Searched refs:mpid (Results 1 – 1 of 1) sorted by relevance
96 static pid_t mpid = FAMOUS_PIDS; /* one more than the last famous pid */ variable119 if (jump_pid && jump_pid > mpid) in pid_setmin()120 minpid = mpid = jump_pid; in pid_setmin()122 minpid = mpid; in pid_setmin()179 VERIFY3P(pid, <, mpid); in pid_allocate()186 ASSERT(minpid <= mpid && mpid < maxpid); in pid_allocate()188 startpid = mpid; in pid_allocate()190 newpid = mpid; in pid_allocate()191 if (++mpid == maxpid) in pid_allocate()192 mpid = minpid; in pid_allocate()[all …]