Lines Matching refs:next_t
20 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
21 while ($next_t != $init_t)
22 set $next_t=(struct task_struct *)$next_t
23 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
25 set var $stackp = $next_t.thread.esp
34 set $next_th=(((char *)$next_t->pids[1].pid_list.next) - $pid_off)
35 while ($next_th != $next_t)
37 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
39 set var $stackp = $next_t.thread.esp
50 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
61 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
62 while ($next_t != $init_t)
63 set $next_t=(struct task_struct *)$next_t
64 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
66 set var $stackp = $next_t.thread.esp
77 set $next_th=(((char *)$next_t->pids[1].pid_list.next) - $pid_off)
78 while ($next_th != $next_t)
80 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
82 set var $stackp = $next_t.thread.esp
94 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
106 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
109 while ($next_t != $init_t)
110 set $next_t=(struct task_struct *)$next_t
112 if ($next_t.pid == $pid)
113 set $pid_task = $next_t
116 set $next_th=(((char *)$next_t->pids[1].pid_list.next) - $pid_off)
117 while ($next_th != $next_t)
124 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
150 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
153 while ($next_t != $init_t)
154 set $next_t=(struct task_struct *)$next_t
156 if ($next_t.pid == $pid)
157 set $pid_task = $next_t
160 set $next_th=(((char *)$next_t->pids[1].pid_list.next) - $pid_off)
161 while ($next_th != $next_t)
168 set $next_t=(char *)($next_t->tasks.next) - $tasks_off