Searched refs:pid_chain (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpid.h46 /* Try to keep pid_chain in the same cacheline as nr for find_pid */
48 struct hlist_node pid_chain; member in struct:pid
H A Dinit_task.h98 .pid_chain = { .next = NULL, .pprev = NULL }, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dpid.c199 hlist_del_rcu(&pid->pid_chain);
226 hlist_add_head_rcu(&pid->pid_chain, &pid_hash[pid_hashfn(pid->nr)]);
244 &pid_hash[pid_hashfn(nr)], pid_chain) {

Completed in 43 milliseconds