Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h29 SCX_ENUM_SET(skel, scx_ent_flags, SCX_TASK_SUB_INIT); \
H A Denums.autogen.bpf.h71 #define SCX_TASK_SUB_INIT __SCX_TASK_SUB_INIT macro
/linux/include/linux/sched/
H A Dext.h102 SCX_TASK_SUB_INIT = 1 << 4, /* task being initialized for a sub sched */ enumerator
/linux/kernel/sched/
H A Dext.c3644 if ((p->scx.flags & SCX_TASK_SUB_INIT) && in scx_disable_and_exit_task()
3647 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_disable_and_exit_task()
6988 if (p->scx.flags & SCX_TASK_SUB_INIT) in scx_sub_enable_workfn()
7011 p->scx.flags |= SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()
7028 if (!(p->scx.flags & SCX_TASK_SUB_INIT)) in scx_sub_enable_workfn()
7048 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()
7079 if (p->scx.flags & SCX_TASK_SUB_INIT) { in scx_sub_enable_workfn()
7081 p->scx.flags &= ~SCX_TASK_SUB_INIT; in scx_sub_enable_workfn()