Searched refs:finite_phase (Results 1 – 2 of 2) sorted by relevance
12 bool finite_phase; variable27 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()
263 __atomic_store_n(&skel->bss->finite_phase, true, __ATOMIC_RELEASE); in run()