Home
last modified time | relevance | path

Searched refs:SCX_OPS_TID_TO_TASK (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/ext/
H A Dinternal.h216 SCX_OPS_TID_TO_TASK = 1LLU << 8, enumerator
226 SCX_OPS_TID_TO_TASK,
H A Dext.c6491 if (sch->ops.flags & SCX_OPS_TID_TO_TASK) in scx_root_disable()
6496 if (sch->ops.flags & SCX_OPS_TID_TO_TASK) in scx_root_disable()
7422 if ((ops->flags & SCX_OPS_TID_TO_TASK) && scx_parent(sch) && in scx_validate_ops()
7423 !(sch->ancestors[0]->ops.flags & SCX_OPS_TID_TO_TASK)) { in scx_validate_ops()
7500 if (ops->flags & SCX_OPS_TID_TO_TASK) { in scx_root_enable_workfn()
7691 if (ops->flags & SCX_OPS_TID_TO_TASK) in scx_root_enable_workfn()
7854 if (ops->flags & SCX_OPS_TID_TO_TASK) in scx_root_enable_workfn()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c2009 .flags = SCX_OPS_ENQ_EXITING | SCX_OPS_TID_TO_TASK,