Searched refs:tctx (Results 1 – 3 of 3) sorted by relevance
191 tctx = ctx; in TEST()195 tctx = next_ctx(tctx); in TEST()204 tctx = ctx; in TEST()209 tctx = next_ctx(tctx); in TEST()218 tctx = ctx; in TEST()223 tctx = next_ctx(tctx); in TEST()232 tctx = ctx; in TEST()237 tctx = next_ctx(tctx); in TEST()246 tctx = ctx; in TEST()250 tctx = next_ctx(tctx); in TEST()[all …]
37 struct task_ctx *tctx; in BPF_STRUCT_OPS() local40 tctx = bpf_task_storage_get(&task_ctx_stor, p, 0, 0); in BPF_STRUCT_OPS()41 if (!tctx) { in BPF_STRUCT_OPS()47 &tctx->force_local); in BPF_STRUCT_OPS()56 struct task_ctx *tctx; in BPF_STRUCT_OPS() local58 tctx = bpf_task_storage_get(&task_ctx_stor, p, 0, 0); in BPF_STRUCT_OPS()59 if (!tctx) { in BPF_STRUCT_OPS()64 if (tctx->force_local) { in BPF_STRUCT_OPS()66 tctx->force_local = false; in BPF_STRUCT_OPS()
151 struct task_ctx *tctx; in lookup_task_ctx() local157 return tctx; in lookup_task_ctx()163 struct task_ctx *tctx; in BPF_STRUCT_OPS() local197 struct task_ctx *tctx; in BPF_STRUCT_OPS() local270 tctx->highpri = true; in BPF_STRUCT_OPS()290 struct task_ctx *tctx; in update_core_sched_head_seq() local319 if (tctx->highpri) { in dispatch_highpri()369 struct task_ctx *tctx; in BPF_STRUCT_OPS() local428 if (tctx->highpri) in BPF_STRUCT_OPS()458 if (!tctx) { in BPF_STRUCT_OPS()[all …]
Completed in 7 milliseconds