Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h103 SCX_TASK_IMMED = 1 << 5, /* task is on local DSQ with %SCX_ENQ_IMMED */ enumerator
/linux/kernel/sched/
H A Dext.c1385 p->scx.flags |= SCX_TASK_IMMED; in dsq_inc_nr()
1388 if (p->scx.flags & SCX_TASK_IMMED) { in dsq_inc_nr()
1410 if (p->scx.flags & SCX_TASK_IMMED) { in dsq_dec_nr()
1903 p->scx.flags &= ~SCX_TASK_IMMED; in do_enqueue_task()
3072 if (p->scx.flags & SCX_TASK_IMMED) { in put_prev_task_scx()
4013 if ((p->scx.flags & SCX_TASK_IMMED) && in local_task_should_reenq()