Home
last modified time | relevance | path

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

/kernel/
Dpid.c46 int pid_max = PID_MAX_DEFAULT; variable
131 if (pid >= pid_max) in alloc_pidmap()
135 max_scan = (pid_max + BITS_PER_PAGE - 1)/BITS_PER_PAGE - !offset; in alloc_pidmap()
167 } while (offset < BITS_PER_PAGE && pid < pid_max && in alloc_pidmap()
171 if (map < &pid_ns->pidmap[(pid_max-1)/BITS_PER_PAGE]) { in alloc_pidmap()
Dsysctl.c77 extern int pid_max;
647 .data = &pid_max,