Home
last modified time | relevance | path

Searched refs:tctx (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/lsm/
A Dlsm_get_self_attr_test.c191 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 …]
/tools/testing/selftests/sched_ext/
A Dselect_cpu_dfl_nodispatch.bpf.c37 struct task_ctx *tctx; in BPF_STRUCT_OPS() local
40 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() local
58 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()
/tools/sched_ext/
A Dscx_qmap.bpf.c151 struct task_ctx *tctx; in lookup_task_ctx() local
157 return tctx; in lookup_task_ctx()
163 struct task_ctx *tctx; in BPF_STRUCT_OPS() local
197 struct task_ctx *tctx; in BPF_STRUCT_OPS() local
270 tctx->highpri = true; in BPF_STRUCT_OPS()
290 struct task_ctx *tctx; in update_core_sched_head_seq() local
319 if (tctx->highpri) { in dispatch_highpri()
369 struct task_ctx *tctx; in BPF_STRUCT_OPS() local
428 if (tctx->highpri) in BPF_STRUCT_OPS()
458 if (!tctx) { in BPF_STRUCT_OPS()
[all …]

Completed in 7 milliseconds