Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h30 SCX_ENUM_SET(skel, scx_ent_flags, SCX_TASK_IMMED); \
H A Denums.autogen.bpf.h74 #define SCX_TASK_IMMED __SCX_TASK_IMMED macro
/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.c1318 p->scx.flags |= SCX_TASK_IMMED; in dsq_inc_nr()
1321 if (p->scx.flags & SCX_TASK_IMMED) { in dsq_inc_nr()
1343 if (p->scx.flags & SCX_TASK_IMMED) { in dsq_dec_nr()
1800 p->scx.flags &= ~SCX_TASK_IMMED; in do_enqueue_task()
2968 if (p->scx.flags & SCX_TASK_IMMED) { in put_prev_task_scx()
3917 if ((p->scx.flags & SCX_TASK_IMMED) && in local_task_should_reenq()