Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c47 u64 nr_highpri_queued; variable
276 __sync_fetch_and_add(&nr_highpri_queued, 1); in BPF_STRUCT_OPS()
378 if (!nr_highpri_queued && scx_bpf_dsq_move_to_local(SHARED_DSQ)) in BPF_STRUCT_OPS()
430 __sync_fetch_and_sub(&nr_highpri_queued, 1); in BPF_STRUCT_OPS()