Lines Matching refs:mpid
95 static pid_t mpid = FAMOUS_PIDS; /* one more than the last famous pid */ variable
118 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()
196 if (mpid == startpid) in pid_allocate()