Searched refs:pid_hashfn (Results 1 – 1 of 1) sorted by relevance
343 #define pid_hashfn(x) ((((x) >> 8) ^ (x)) & (PIDHASH_SZ - 1)) macro450 for (procp = pidhash[pid_hashfn(pid)]; procp && procp->pid != pid; in pid_lookup()491 int hval = pid_hashfn(procp->pid); in proc_insert()499 int hval = pid_hashfn(pid); in pid_remove()