Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dext.h74 SCX_TASK_RESET_RUNNABLE_AT = 1 << 2, /* runnable_at should be reset */ enumerator
/linux-6.15/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-6.15/kernel/sched/
H A Dext.c2255 if (p->scx.flags & SCX_TASK_RESET_RUNNABLE_AT) { in set_task_runnable()
2257 p->scx.flags &= ~SCX_TASK_RESET_RUNNABLE_AT; in set_task_runnable()
2271 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in clr_task_runnable()
3698 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in scx_ops_init_task()