Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.h41 u32 nr_runnable; member
H A Dscx_flatcg.bpf.c429 * cgroups, ->nr_runnable which is updated with __sync operations gates in update_active_weight_sums()
434 if (__sync_fetch_and_add(&cgc->nr_runnable, 1)) in update_active_weight_sums()
438 if (__sync_sub_and_fetch(&cgc->nr_runnable, 1)) in update_active_weight_sums()