Searched defs:procentfree (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c97 static union procent *procentfree; variable in typeref:union:procent
169 if ((flags & PID_ALLOC_PROC) && (pep = procentfree) == NULL) {
210 procentfree = pep->pe_next;
260 procdir[pidp->pid_prslot].pe_next = procentfree;
261 procentfree = &procdir[pidp->pid_prslot];
542 procentfree = &procdir[1];

Completed in 44 milliseconds