Searched refs:MAX_PROCESSES (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c52 #define MAX_PROCESSES 128 macro
73 static struct child_args procs[MAX_PROCESSES];
264 if (num_processes < 1 || num_processes > MAX_PROCESSES)
/linux-master/tools/testing/selftests/net/
H A Dipsec.c49 #define MAX_PROCESSES (1 << 14) /* /16 mask divided by /30 subnets */ macro
2287 if (nr_process > MAX_PROCESSES || nr_process < 1) {
2289 MAX_PROCESSES);

Completed in 140 milliseconds