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)140 set $pid_off=((size_t)&((struct task_struct *)0)->thread_group.next)[all …]
135 .thread_group = LIST_HEAD_INIT(init_task.thread_group),
720 return list_entry_rcu(p->thread_group.next, in next_thread()721 struct task_struct, thread_group); in next_thread()726 return list_empty(&p->thread_group); in thread_group_empty()
2579 INIT_LIST_HEAD(&p->thread_group); in copy_process()2707 list_add_tail_rcu(&p->thread_group, in copy_process()2708 &p->group_leader->thread_group); in copy_process()
136 list_del_rcu(&p->thread_group); in __unhash_process()
1005 struct list_head thread_group; member