Searched refs:pid_links (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/
H A Dpid.c343 hlist_add_head_rcu(&task->pid_links[type], &pid->tasks[type]);
355 hlist_del_rcu(&task->pid_links[type]);
406 hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]);
417 result = hlist_entry(first, struct task_struct, pid_links[(type)]);
H A Dfork.c1958 INIT_HLIST_NODE(&task->pid_links[type]);
2694 INIT_HLIST_NODE(&idle->pid_links[type]); /* not really needed */
/linux-master/include/linux/
H A Dpid.h190 &(pid)->tasks[type], pid_links[type]) {
H A Dsched.h1014 struct hlist_node pid_links[PIDTYPE_MAX]; member in struct:task_struct

Completed in 129 milliseconds