Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dnohz_tick.bpf.c13 u64 nr_inf_running; variable
42 __sync_fetch_and_add(&nr_inf_running, 1); in BPF_STRUCT_OPS()
H A Dnohz_tick.c244 if (!wait_for_counter(&skel->bss->nr_inf_running, 1, in run()