Searched refs:pidhash_next (Results 1 – 2 of 2) sorted by relevance
53 struct proc* pidhash_next; member65 for (procp = pidhash[pid_hashfn(pid)]; procp && procp->pid != pid; procp = procp->pidhash_next) in pid_lookup()178 procp->pidhash_next = pidhash[hval]; in proc_insert()192 procp = procp->pidhash_next) in stats_remove_taskname()199 pidhash[hval] = procp->pidhash_next; in stats_remove_taskname()201 prevp->pidhash_next = procp->pidhash_next; in stats_remove_taskname()236 next = procp->pidhash_next; in stats_purge_tasknames()
550 struct proc *pidhash_next; member728 procp = procp->pidhash_next; in remove_claims()914 procp = procp->pidhash_next) in pid_lookup()961 procp->pidhash_next = pidhash[hval]; in proc_insert()973 procp = procp->pidhash_next) in pid_remove()980 pidhash[hval] = procp->pidhash_next; in pid_remove()982 prevp->pidhash_next = procp->pidhash_next; in pid_remove()1335 next = procp->pidhash_next; in cmd_procpurge()