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.h99 SCX_TASK_IN_CUSTODY = 1 << 1, /* in custody, needs ops.dequeue() when leaving */ enumerator
/linux/kernel/sched/
H A Dext.c1382 if (!(p->scx.flags & SCX_TASK_IN_CUSTODY) || task_scx_migrating(p)) in call_task_dequeue()
1388 p->scx.flags &= ~SCX_TASK_IN_CUSTODY; in call_task_dequeue()
1530 p->scx.flags |= SCX_TASK_IN_CUSTODY; in dispatch_enqueue()
1855 p->scx.flags |= SCX_TASK_IN_CUSTODY; in do_enqueue_task()
1992 WARN_ON_ONCE(!(p->scx.flags & SCX_TASK_IN_CUSTODY)); in ops_dequeue()
3557 WARN_ON_ONCE(p->scx.flags & SCX_TASK_IN_CUSTODY); in __scx_enable_task()
3601 WARN_ON_ONCE(p->scx.flags & SCX_TASK_IN_CUSTODY); in scx_disable_task()