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
1923 if (unlikely(READ_ONCE(scx_aborting)) && dsq->id != SCX_DSQ_BYPASS) in consume_dispatch_q()
4305 WRITE_ONCE(scx_aborting, false); in scx_disable_workfn()
4453 WRITE_ONCE(scx_aborting, true); in scx_claim_exit()
5023 if (WARN_ON_ONCE(READ_ONCE(scx_aborting))) in scx_enable_workfn()
5024 WRITE_ONCE(scx_aborting, false); in scx_enable_workfn()
6053 if (unlikely(READ_ONCE(scx_aborting))) in scx_dsq_move()