Searched refs:pidhash_next (Results 1 – 2 of 2) sorted by relevance
48 struct proc* pidhash_next; member60 for (procp = pidhash[pid_hashfn(pid)]; procp && procp->pid != pid; procp = procp->pidhash_next) in pid_lookup()171 procp->pidhash_next = pidhash[hval]; in proc_insert()185 procp = procp->pidhash_next) in stats_remove_taskname()192 pidhash[hval] = procp->pidhash_next; in stats_remove_taskname()194 prevp->pidhash_next = procp->pidhash_next; in stats_remove_taskname()229 next = procp->pidhash_next; in stats_purge_tasknames()
510 struct proc *pidhash_next; member682 procp = procp->pidhash_next; in remove_claims()884 procp = procp->pidhash_next) in pid_lookup()926 procp->pidhash_next = pidhash[hval]; in proc_insert()937 procp = procp->pidhash_next) in pid_remove()944 pidhash[hval] = procp->pidhash_next; in pid_remove()946 prevp->pidhash_next = procp->pidhash_next; in pid_remove()1276 next = procp->pidhash_next; in cmd_procpurge()