Home
last modified time | relevance | path

Searched refs:force_local (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dselect_cpu_dfl_nodispatch.bpf.c20 bool force_local; /* CPU changed by ops.select_cpu() */ member
47 &tctx->force_local); in BPF_STRUCT_OPS()
64 if (tctx->force_local) { in BPF_STRUCT_OPS()
66 tctx->force_local = false; in BPF_STRUCT_OPS()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c110 bool force_local; /* Dispatch directly to local_dsq */ member
180 tctx->force_local = true; in BPF_STRUCT_OPS()
246 tctx->force_local = false; in BPF_STRUCT_OPS()
257 if (tctx->force_local) { in BPF_STRUCT_OPS()
258 tctx->force_local = false; in BPF_STRUCT_OPS()
693 taskc->force_local, taskc->core_sched_seq); in BPF_STRUCT_OPS()