Home
last modified time | relevance | path

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

/linux-6.15/Documentation/admin-guide/kdump/
H 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-6.15/tools/testing/selftests/pidfd/
H A Dpidfd_info_test.c237 TEST_F(pidfd_info, thread_group) in TEST_F() argument