Home
last modified time | relevance | path

Searched refs:thread_group (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/admin-guide/kdump/
A Dgdbmacros.txt18 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 …]
/linux/init/
A Dinit_task.c135 .thread_group = LIST_HEAD_INIT(init_task.thread_group),
/linux/include/linux/sched/
A Dsignal.h695 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()
/linux/kernel/
A Dfork.c2278 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()
A Dexit.c85 list_del_rcu(&p->thread_group); in __unhash_process()
/linux/include/linux/
A Dsched.h979 struct list_head thread_group; member

Completed in 25 milliseconds