Home
last modified time | relevance | path

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

/kernel/
Dpid.c62 #define RESERVED_PIDS 300 macro
64 int pid_max_min = RESERVED_PIDS + 1;
186 if (idr_get_cursor(&tmp->idr) > RESERVED_PIDS) in alloc_pid()
187 pid_min = RESERVED_PIDS; in alloc_pid()