Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dpid.c334 hlist_add_head_rcu(&task->pid_links[type], &pid->tasks[type]); in attach_pid()
346 hlist_del_rcu(&task->pid_links[type]); in __change_pid()
393 hlist_replace_rcu(&old->pid_links[type], &new->pid_links[type]); in transfer_pid()
404 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()
A Dfork.c1813 INIT_HLIST_NODE(&task->pid_links[type]); in init_task_pid_links()
2582 INIT_HLIST_NODE(&idle->pid_links[type]); /* not really needed */ in init_idle_pids()
/linux-6.3-rc2/include/linux/
A Dpid.h196 &(pid)->tasks[type], pid_links[type]) {
A Dsched.h998 struct hlist_node pid_links[PIDTYPE_MAX]; member

Completed in 18 milliseconds