Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/admin-guide/kdump/
A Dgdbmacros.txt23 set $next_t=(struct task_struct *)$next_t
24 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
38 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
51 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
88 set $next_t=(struct task_struct *)$next_t
89 btthreadstack $next_t
97 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
113 set $next_t=(struct task_struct *)$next_t
127 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
146 set $next_t=(struct task_struct *)$next_t
[all …]
/linux-6.3-rc2/arch/sh/kernel/
A Dprocess_32.c147 struct thread_struct *next_t = &next->thread; in __switch_to() local
157 prefetch(next_t->xstate); in __switch_to()
/linux-6.3-rc2/mm/damon/
A Dcore.c445 struct damon_target *t, *next_t; in damon_destroy_targets() local
452 damon_for_each_target_safe(t, next_t, ctx) in damon_destroy_targets()
/linux-6.3-rc2/tools/lib/bpf/
A Dbtf_dump.c1500 const struct btf_type *next_t; in btf_dump_emit_type_chain() local
1522 next_t = btf__type_by_id(d->btf, next_id); in btf_dump_emit_type_chain()
1523 multidim = btf_is_array(next_t); in btf_dump_emit_type_chain()

Completed in 16 milliseconds