Searched refs:mpid (Results 1 – 1 of 1) sorted by relevance
97 static pid_t mpid = FAMOUS_PIDS; /* one more than the last famous pid */ variable120 if (jump_pid && jump_pid > mpid) in pid_setmin()121 minpid = mpid = jump_pid; in pid_setmin()123 minpid = mpid; in pid_setmin()181 VERIFY3P(pid, <, mpid); in pid_allocate()188 ASSERT(minpid <= mpid && mpid < maxpid); in pid_allocate()190 startpid = mpid; in pid_allocate()192 newpid = mpid; in pid_allocate()193 if (++mpid == maxpid) in pid_allocate()194 mpid = minpid; in pid_allocate()[all …]