Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpid.h117 extern int pid_max_min, pid_max_max;
/openbmc/linux/kernel/
H A Dpid.c67 int pid_max_max = PID_MAX_LIMIT; variable
654 pid_max = min(pid_max_max, max_t(int, pid_max, in pid_idr_init()
H A Dsysctl.c1819 .extra2 = &pid_max_max,