Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dext.c1729 atomic_long_set_release(&p->scx.ops_state, SCX_OPSS_NONE); in scx_dispatch_enqueue()
1931 case SCX_OPSS_NONE: in direct_dispatch()
1938 atomic_long_set_release(&p->scx.ops_state, SCX_OPSS_NONE); in direct_dispatch()
1943 atomic_long_set_release(&p->scx.ops_state, SCX_OPSS_NONE); in direct_dispatch()
2052 WARN_ON_ONCE(atomic_long_read(&p->scx.ops_state) != SCX_OPSS_NONE); in scx_do_enqueue_task()
2201 case SCX_OPSS_NONE: in ops_dequeue()
2225 SCX_OPSS_NONE)) in ops_dequeue()
2243 BUG_ON(atomic_long_read(&p->scx.ops_state) != SCX_OPSS_NONE); in ops_dequeue()
2757 atomic_long_set_release(&p->scx.ops_state, SCX_OPSS_NONE); in dispatch_to_local_dsq()
2840 case SCX_OPSS_NONE: in finish_dispatch()
H A Dinternal.h1941 SCX_OPSS_NONE, /* owned by the SCX core */ enumerator