Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h101 SCX_TASK_IN_CUSTODY = 1 << 1, /* in custody, needs ops.dequeue() when leaving */ enumerator
/linux/kernel/sched/ext/
H A Dext.c1509 if (!(p->scx.flags & SCX_TASK_IN_CUSTODY) || task_scx_migrating(p)) in call_task_dequeue()
1515 p->scx.flags &= ~SCX_TASK_IN_CUSTODY; in call_task_dequeue()
1719 p->scx.flags |= SCX_TASK_IN_CUSTODY; in scx_dispatch_enqueue()
2069 p->scx.flags |= SCX_TASK_IN_CUSTODY; in scx_do_enqueue_task()
2219 if (unlikely(!(READ_ONCE(p->scx.flags) & SCX_TASK_IN_CUSTODY))) { in ops_dequeue()
3929 WARN_ON_ONCE(p->scx.flags & SCX_TASK_IN_CUSTODY); in __scx_enable_task()
3982 WARN_ON_ONCE(p->scx.flags & SCX_TASK_IN_CUSTODY); in scx_disable_task()