Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1295 static u64 part_busy; variable
1301 return !__sync_fetch_and_or(&part_busy, 1); in part_try_start()
1306 __sync_fetch_and_and(&part_busy, 0); in part_end()