Lines Matching refs:next_t
20 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
22 while ($next_t != $init_t)
23 set $next_t=(struct task_struct *)$next_t
24 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
26 set var $stackp = $next_t.thread.sp
35 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)
36 while ($next_th != $next_t)
38 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
40 set var $stackp = $next_t.thread.sp
51 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
86 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
87 while ($next_t != $init_t)
88 set $next_t=(struct task_struct *)$next_t
89 btthreadstack $next_t
91 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)
92 while ($next_th != $next_t)
97 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
109 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
112 while ($next_t != $init_t)
113 set $next_t=(struct task_struct *)$next_t
115 if ($next_t.pid == $pid)
116 set $pid_task = $next_t
119 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)
120 while ($next_th != $next_t)
127 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
142 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
145 while ($next_t != $init_t)
146 set $next_t=(struct task_struct *)$next_t
148 if ($next_t.pid == $pid)
149 set $pid_task = $next_t
152 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off)
153 while ($next_th != $next_t)
160 set $next_t=(char *)($next_t->tasks.next) - $tasks_off