Home
last modified time | relevance | path

Searched refs:RESERVED_PIDS (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dpid.c64 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()
/linux/include/linux/
H A Dpid.h48 #define RESERVED_PIDS 300 macro