Searched refs:pidhash_next (Results 1 – 1 of 1) sorted by relevance
328 struct proc *pidhash_next; member451 procp = procp->pidhash_next) in pid_lookup()493 procp->pidhash_next = pidhash[hval]; in proc_insert()504 procp = procp->pidhash_next) in pid_remove()511 pidhash[hval] = procp->pidhash_next; in pid_remove()513 prevp->pidhash_next = procp->pidhash_next; in pid_remove()682 next = procp->pidhash_next; in cmd_procpurge()