Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dpid.c64 #define RESERVED_PIDS 300 macro
66 int pid_max_min = RESERVED_PIDS + 1;
226 if (idr_get_cursor(&tmp->idr) > RESERVED_PIDS) in alloc_pid()
227 pid_min = RESERVED_PIDS; in alloc_pid()

Completed in 6 milliseconds