Searched refs:pid_links (Results 1 – 3 of 3) sorted by relevance
399 hlist_add_head_rcu(&task->pid_links[type], &pid->tasks[type]); in attach_pid()413 hlist_del_rcu(&task->pid_links[type]); in __change_pid()463 hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]); in transfer_pid()474 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()
1850 INIT_HLIST_NODE(&task->pid_links[type]); in init_task_pid_links()2657 INIT_HLIST_NODE(&idle->pid_links[type]); /* not really needed */ in init_idle_pids()
1117 struct hlist_node pid_links[PIDTYPE_MAX]; member