Home
last modified time | relevance | path

Searched refs:nr_dsps (Results 1 – 3 of 3) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.c107 u64 nr_dsps[MAX_SUB_SCHEDS]; member
225 secs > 0 ? (sc->nr_dsps - prev->nr_dsps[i]) / secs : 0.0, in print_hier()
228 prev->nr_dsps[i] = sc->nr_dsps; in print_hier()
H A Dscx_qmap.h96 u64 nr_dsps; member
H A Dscx_qmap.bpf.c719 __sync_fetch_and_add(&qa.sub_sched_ctxs[owner].nr_dsps, 1); in BPF_STRUCT_OPS()