Searched refs:thread_group (Results 1 – 6 of 6) sorted by relevance
18 set $pid_off=((size_t)&((struct task_struct *)0)->thread_group.next)35 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)49 set $next_th=(((char *)$next_th->thread_group.next) - $pid_off)84 set $pid_off=((size_t)&((struct task_struct *)0)->thread_group.next)91 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)95 set $next_th=(((char *)$next_th->thread_group.next) - $pid_off)107 set $pid_off=((size_t)&((struct task_struct *)0)->thread_group.next)119 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)125 set $next_th=(((char *)$next_th->thread_group.next) - $pid_off)152 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)[all …]
135 .thread_group = LIST_HEAD_INIT(init_task.thread_group),
695 return list_entry_rcu(p->thread_group.next, in next_thread()696 struct task_struct, thread_group); in next_thread()701 return list_empty(&p->thread_group); in thread_group_empty()
2278 INIT_LIST_HEAD(&p->thread_group); in copy_process()2391 list_add_tail_rcu(&p->thread_group, in copy_process()2392 &p->group_leader->thread_group); in copy_process()
85 list_del_rcu(&p->thread_group); in __unhash_process()
979 struct list_head thread_group; member
Completed in 19 milliseconds