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.c1449 if (!(p->scx.flags & SCX_TASK_IN_CUSTODY) || task_scx_migrating(p)) in call_task_dequeue()
1455 p->scx.flags &= ~SCX_TASK_IN_CUSTODY; in call_task_dequeue()
1633 p->scx.flags |= SCX_TASK_IN_CUSTODY; in dispatch_enqueue()
1958 p->scx.flags |= SCX_TASK_IN_CUSTODY; in do_enqueue_task()
2095 WARN_ON_ONCE(!(p->scx.flags & SCX_TASK_IN_CUSTODY)); in ops_dequeue()
3610 WARN_ON_ONCE(p->scx.flags & SCX_TASK_IN_CUSTODY); in __scx_enable_task()
3654 WARN_ON_ONCE(p->scx.flags & SCX_TASK_IN_CUSTODY); in scx_disable_task()