Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h35 SCX_EXIT_DONE, enumerator
H A Dext.c4212 if (kind == SCX_EXIT_DONE) /* already disabled? */ in scx_disable_workfn()
4215 if (atomic_try_cmpxchg(&sch->exit_kind, &kind, SCX_EXIT_DONE)) in scx_disable_workfn()
4370 if (WARN_ON_ONCE(kind == SCX_EXIT_NONE || kind == SCX_EXIT_DONE)) in dump_line()