Searched refs:pid_hashfn (Results 1 – 1 of 1) sorted by relevance
536 #define pid_hashfn(x) ((((x) >> 8) ^ (x)) & (PIDHASH_SZ - 1)) macro540 struct task_struct **htable = &pidhash[pid_hashfn(p->pid)]; in hash_pid()557 struct task_struct *p, **htable = &pidhash[pid_hashfn(pid)]; in find_task_by_pid()