Home
last modified time | relevance | path

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

/linux/kernel/
H A Dfork.c1710 /* list_add(thread_node, thread_head) without INIT_LIST_HEAD() */ in copy_signal()
1711 sig->thread_head = (struct list_head)LIST_HEAD_INIT(tsk->thread_node); in copy_signal()
1712 tsk->thread_node = (struct list_head)LIST_HEAD_INIT(sig->thread_head); in copy_signal()
2450 list_add_tail_rcu(&p->thread_node, in copy_process()
H A Dexit.c153 list_del_rcu(&p->thread_node); in __unhash_process()
/linux/include/linux/
H A Dsched.h1093 struct list_head thread_node; member