Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dnohz_tick.bpf.c12 bool finite_phase; variable
27 u64 slice = finite_phase ? 1000000ULL : SCX_SLICE_INF; in BPF_STRUCT_OPS()
39 if (finite_phase) in BPF_STRUCT_OPS()
47 if (bpf_get_smp_processor_id() == test_cpu && finite_phase) in BPF_STRUCT_OPS()
H A Dnohz_tick.c263 __atomic_store_n(&skel->bss->finite_phase, true, __ATOMIC_RELEASE); in run()