Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c39 static bool scx_aborting; variable
1940 if (unlikely(READ_ONCE(scx_aborting)) && dsq->id != SCX_DSQ_BYPASS) in consume_dispatch_q()
4379 WRITE_ONCE(scx_aborting, false); in scx_disable_workfn()
4527 WRITE_ONCE(scx_aborting, true); in scx_claim_exit()
5100 if (WARN_ON_ONCE(READ_ONCE(scx_aborting))) in scx_enable_workfn()
5101 WRITE_ONCE(scx_aborting, false); in scx_enable_workfn()
6119 if (unlikely(READ_ONCE(scx_aborting))) in scx_dsq_move()