Searched refs:next_t (Results 1 – 2 of 2) sorted by relevance
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_t23 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm25 set var $stackp = $next_t.thread.esp34 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.comm39 set var $stackp = $next_t.thread.esp50 set $next_t=(char *)($next_t->tasks.next) - $tasks_off[all …]
183 struct thread_struct *next_t = &next->thread; in __switch_to() local193 prefetch(next_t->xstate); in __switch_to()