Searched refs:RESERVED_PIDS (Results 1 – 2 of 2) sorted by relevance
64 static int pid_max_min = RESERVED_PIDS + 1;231 if (idr_get_cursor(&tmp->idr) > RESERVED_PIDS) in alloc_pid()232 pid_min = RESERVED_PIDS; in alloc_pid()
48 #define RESERVED_PIDS 300 macro