Searched refs:hval (Results 1 – 2 of 2) sorted by relevance
215 int hval = pid_hashfn(procp->pid); in proc_insert() local216 procp->pidhash_next = pidhash[hval]; in proc_insert()217 pidhash[hval] = procp; in proc_insert()225 int hval = pid_hashfn(pid); in stats_remove_taskname() local229 for (procp = pidhash[hval], prevp = NULL; procp && procp->pid != pid; in stats_remove_taskname()237 pidhash[hval] = procp->pidhash_next; in stats_remove_taskname()
863 int hval = pid_hashfn(procp->pid); in proc_insert() local865 procp->pidhash_next = pidhash[hval]; in proc_insert()866 pidhash[hval] = procp; in proc_insert()871 int hval = pid_hashfn(pid); in pid_remove() local875 for (procp = pidhash[hval], prevp = NULL; procp && procp->pid != pid; in pid_remove()883 pidhash[hval] = procp->pidhash_next; in pid_remove()