Home
last modified time | relevance | path

Searched refs:next_t (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dprocess_32.c152 struct thread_struct *next_t = &next->thread; in __switch_to() local
162 prefetch(next_t->xstate); in __switch_to()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dprocess_32.c147 struct thread_struct *next_t = &next->thread; in __switch_to() local
157 prefetch(next_t->xstate); in __switch_to()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf_dump.c1367 const struct btf_type *next_t; in btf_dump_emit_type_chain() local
1389 next_t = btf__type_by_id(d->btf, next_id); in btf_dump_emit_type_chain()
1390 multidim = btf_is_array(next_t); in btf_dump_emit_type_chain()
/kernel/linux/linux-6.6/mm/damon/
H A Dcore.c450 struct damon_target *t, *next_t; in damon_destroy_targets() local
457 damon_for_each_target_safe(t, next_t, ctx) in damon_destroy_targets()
/kernel/linux/linux-6.6/tools/lib/bpf/
H 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 10 milliseconds