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/kernel/time/
H A Dhrtimer.c1235 bool force_local, first; in __hrtimer_start_range_ns() local
1245 force_local = base->cpu_base == this_cpu_base; in __hrtimer_start_range_ns()
1246 force_local &= base->cpu_base->next_timer == timer; in __hrtimer_start_range_ns()
1252 force_local &= this_cpu_base->online; in __hrtimer_start_range_ns()
1265 remove_hrtimer(timer, base, true, force_local); in __hrtimer_start_range_ns()
1275 if (!force_local) { in __hrtimer_start_range_ns()
1283 if (!force_local) { in __hrtimer_start_range_ns()