Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/sched_ext/
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-6.12.1/tools/sched_ext/
Dscx_qmap.bpf.c101 bool force_local; /* Dispatch directly to local_dsq */ member
172 tctx->force_local = true; in BPF_STRUCT_OPS()
227 if (tctx->force_local) { in BPF_STRUCT_OPS()
228 tctx->force_local = false; in BPF_STRUCT_OPS()
615 taskc->force_local, taskc->core_sched_seq); in BPF_STRUCT_OPS()
/linux-6.12.1/kernel/time/
Dhrtimer.c1219 bool force_local, first; in __hrtimer_start_range_ns() local
1229 force_local = base->cpu_base == this_cpu_ptr(&hrtimer_bases); in __hrtimer_start_range_ns()
1230 force_local &= base->cpu_base->next_timer == timer; in __hrtimer_start_range_ns()
1243 remove_hrtimer(timer, base, true, force_local); in __hrtimer_start_range_ns()
1253 if (!force_local) { in __hrtimer_start_range_ns()
1261 if (!force_local) in __hrtimer_start_range_ns()