Searched refs:next_t (Results 1 – 3 of 3) sorted by relevance
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_t24 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm26 set var $stackp = $next_t.thread.sp35 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.comm40 set var $stackp = $next_t.thread.sp51 set $next_t=(char *)($next_t->tasks.next) - $tasks_off[all …]
175 struct thread_struct *next_t = &next->thread; in __switch_to() local185 prefetch(next_t->xstate); in __switch_to()
1223 const struct btf_type *next_t; in btf_dump_emit_type_chain() local1238 next_t = btf__type_by_id(d->btf, next_id); in btf_dump_emit_type_chain()1239 if (btf_is_mod(next_t)) in btf_dump_emit_type_chain()1252 next_t = btf__type_by_id(d->btf, next_id); in btf_dump_emit_type_chain()1253 multidim = btf_is_array(next_t); in btf_dump_emit_type_chain()