Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/admin-guide/kdump/
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)
140 set $pid_off=((size_t)&((struct task_struct *)0)->thread_group.next)
[all …]
/Linux-v6.6/init/
Dinit_task.c135 .thread_group = LIST_HEAD_INIT(init_task.thread_group),
/Linux-v6.6/include/linux/sched/
Dsignal.h720 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()
/Linux-v6.6/kernel/
Dfork.c2579 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()
Dexit.c136 list_del_rcu(&p->thread_group); in __unhash_process()
/Linux-v6.6/include/linux/
Dsched.h1005 struct list_head thread_group; member