Home
last modified time | relevance | path

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

/linux/kernel/
H A Dfork.c1712 /* list_add(thread_node, thread_head) without INIT_LIST_HEAD() */ in copy_signal()
1713 sig->thread_head = (struct list_head)LIST_HEAD_INIT(tsk->thread_node); in copy_signal()
1714 tsk->thread_node = (struct list_head)LIST_HEAD_INIT(sig->thread_head); in copy_signal()
2498 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.h1098 struct list_head thread_node;
1094 struct list_head thread_node; global() member