Searched refs:force_local (Results 1 – 3 of 3) sorted by relevance
20 bool force_local; /* CPU changed by ops.select_cpu() */ member47 &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()
103 bool force_local; /* Dispatch directly to local_dsq */ member174 tctx->force_local = true; in BPF_STRUCT_OPS()232 if (tctx->force_local) { in BPF_STRUCT_OPS()233 tctx->force_local = false; in BPF_STRUCT_OPS()646 taskc->force_local, taskc->core_sched_seq); in BPF_STRUCT_OPS()
1216 bool force_local, first; in __hrtimer_start_range_ns() local1226 force_local = base->cpu_base == this_cpu_base; in __hrtimer_start_range_ns()1227 force_local &= base->cpu_base->next_timer == timer; in __hrtimer_start_range_ns()1233 force_local &= this_cpu_base->online; in __hrtimer_start_range_ns()1246 remove_hrtimer(timer, base, true, force_local); in __hrtimer_start_range_ns()1256 if (!force_local) { in __hrtimer_start_range_ns()1264 if (!force_local) { in __hrtimer_start_range_ns()