Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt20 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off)
22 while ($next_t != $init_t)
23 set $next_t=(struct task_struct *)$next_t
24 printf "\npid %d; comm %s:\n", $next_t.pid, $next_t.comm
26 set var $stackp = $next_t.thread.sp
35 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.comm
40 set var $stackp = $next_t.thread.sp
51 set $next_t=(char *)($next_t->tasks.next) - $tasks_off
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dapply_visitor_unary.hpp117 typedef typename boost::mpl::next<It>::type next_t; in deduce_impl() typedef
120 return deduce_impl(next_t(), ++helper); in deduce_impl()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf_dump.c1293 const struct btf_type *next_t; in btf_dump_emit_type_chain() local
1315 next_t = btf__type_by_id(d->btf, next_id); in btf_dump_emit_type_chain()
1316 multidim = btf_is_array(next_t); in btf_dump_emit_type_chain()
/OK3568_Linux_fs/kernel/mm/damon/
H A Dcore.c226 struct damon_target *t, *next_t; in damon_destroy_targets() local
233 damon_for_each_target_safe(t, next_t, ctx) in damon_destroy_targets()
H A Ddbgfs.c365 struct damon_target *t, *next_t; in dbgfs_target_ids_write() local
410 damon_for_each_target_safe(t, next_t, ctx) { in dbgfs_target_ids_write()