Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/kdump/
Dgdbmacros.txt20 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
[all …]
/linux-4.1.27/arch/sh/kernel/
Dprocess_32.c183 struct thread_struct *next_t = &next->thread; in __switch_to() local
193 prefetch(next_t->xstate); in __switch_to()