Searched refs:mpid (Results 1 – 1 of 1) sorted by relevance
95 static pid_t mpid = FAMOUS_PIDS; /* one more than the last famous pid */ variable118 if (jump_pid && jump_pid > mpid) in pid_setmin()119 minpid = mpid = jump_pid; in pid_setmin()121 minpid = mpid; in pid_setmin()178 VERIFY3P(pid, <, mpid); in pid_allocate()185 ASSERT(minpid <= mpid && mpid < maxpid); in pid_allocate()187 startpid = mpid; in pid_allocate()189 newpid = mpid; in pid_allocate()190 if (++mpid == maxpid) in pid_allocate()191 mpid = minpid; in pid_allocate()[all …]