Home
last modified time | relevance | path

Searched refs:pid_hashfn (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsched.h536 #define pid_hashfn(x) ((((x) >> 8) ^ (x)) & (PIDHASH_SZ - 1)) macro
540 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()