Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h1344 SCX_OPSS_NONE, /* owned by the SCX core */ enumerator
H A Dext.c1643 atomic_long_set_release(&p->scx.ops_state, SCX_OPSS_NONE); in dispatch_dequeue()
1842 case SCX_OPSS_NONE: in do_enqueue_task()
1849 atomic_long_set_release(&p->scx.ops_state, SCX_OPSS_NONE); in do_enqueue_task()
1854 atomic_long_set_release(&p->scx.ops_state, SCX_OPSS_NONE); in do_enqueue_task()
1941 WARN_ON_ONCE(atomic_long_read(&p->scx.ops_state) != SCX_OPSS_NONE); in do_enqueue_task()
2085 case SCX_OPSS_NONE: in ops_dequeue()
2097 SCX_OPSS_NONE)) in dequeue_task_scx()
2115 BUG_ON(atomic_long_read(&p->scx.ops_state) != SCX_OPSS_NONE); in dequeue_task_scx()
2122 * The code that clears ops_state to %SCX_OPSS_NONE does not always in dequeue_task_scx()
2125 * remote CPU's local DSQ, we only set ops_state to %SCX_OPSS_NONE in dequeue_task_scx()
[all...]