Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h27 SCX_ENUM_SET(skel, scx_ent_flags, SCX_TASK_RESET_RUNNABLE_AT); \
H A Denums.autogen.bpf.h65 #define SCX_TASK_RESET_RUNNABLE_AT __SCX_TASK_RESET_RUNNABLE_AT macro
/linux/include/linux/sched/
H A Dext.h100 SCX_TASK_RESET_RUNNABLE_AT = 1 << 2, /* runnable_at should be reset */ enumerator
/linux/kernel/sched/
H A Dext.c733 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in scx_set_task_state()
2004 if (p->scx.flags & SCX_TASK_RESET_RUNNABLE_AT) { in set_task_runnable()
2006 p->scx.flags &= ~SCX_TASK_RESET_RUNNABLE_AT; in set_task_runnable()
2020 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in clr_task_runnable()