Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/init/
Dinit_task.c135 .thread_group = LIST_HEAD_INIT(init_task.thread_group),
/linux-6.1.9/include/linux/sched/
Dsignal.h723 return list_entry_rcu(p->thread_group.next, in next_thread()
724 struct task_struct, thread_group); in next_thread()
729 return list_empty(&p->thread_group); in thread_group_empty()
/linux-6.1.9/kernel/
Dfork.c2343 INIT_LIST_HEAD(&p->thread_group); in copy_process()
2471 list_add_tail_rcu(&p->thread_group, in copy_process()
2472 &p->group_leader->thread_group); in copy_process()
Dexit.c135 list_del_rcu(&p->thread_group); in __unhash_process()
/linux-6.1.9/include/linux/
Dsched.h1005 struct list_head thread_group; member