Home
last modified time | relevance | path

Searched refs:procentfree (Results 1 – 1 of 1) sorted by relevance

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