Searched refs:pidhash_next (Results 1 – 2 of 2) sorted by relevance
42 struct proc* pidhash_next; member68 for (procp = pidhash[pid_hashfn(pid)]; procp && procp->pid != pid; procp = procp->pidhash_next) in pid_lookup()216 procp->pidhash_next = pidhash[hval]; in proc_insert()230 procp = procp->pidhash_next) in stats_remove_taskname()237 pidhash[hval] = procp->pidhash_next; in stats_remove_taskname()239 prevp->pidhash_next = procp->pidhash_next; in stats_remove_taskname()274 next = procp->pidhash_next; in stats_purge_tasknames()
500 struct proc *pidhash_next; member672 procp = procp->pidhash_next; in remove_claims()823 procp = procp->pidhash_next) in pid_lookup()865 procp->pidhash_next = pidhash[hval]; in proc_insert()876 procp = procp->pidhash_next) in pid_remove()883 pidhash[hval] = procp->pidhash_next; in pid_remove()885 prevp->pidhash_next = procp->pidhash_next; in pid_remove()1212 next = procp->pidhash_next; in cmd_procpurge()