Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/sched/
Dext.h74 SCX_TASK_RESET_RUNNABLE_AT = 1 << 2, /* runnable_at should be reset */ enumerator
/linux-6.12.1/kernel/sched/
Dext.c2061 if (p->scx.flags & SCX_TASK_RESET_RUNNABLE_AT) { in set_task_runnable()
2063 p->scx.flags &= ~SCX_TASK_RESET_RUNNABLE_AT; in set_task_runnable()
2077 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in clr_task_runnable()
3500 p->scx.flags |= SCX_TASK_RESET_RUNNABLE_AT; in scx_ops_init_task()