Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Dcompat.h299 if (__skel->struct_ops.__ops_name->cgroup_set_idle && \
302 __skel->struct_ops.__ops_name->cgroup_set_idle = NULL; \
/linux/kernel/sched/ext/
H A Dinternal.h782 void (*cgroup_set_idle)(struct cgroup *cgrp, bool idle); member
H A Dext.c4935 if (scx_cgroup_enabled && sch && SCX_HAS_OP(sch, cgroup_set_idle)) in scx_group_set_idle()
4936 SCX_CALL_OP(sch, cgroup_set_idle, NULL, tg_cgrp(tg), idle); in scx_group_set_idle()
8288 .cgroup_set_idle = sched_ext_ops__cgroup_set_idle,
10797 [SCX_OP_IDX(cgroup_set_idle)] = SCX_KF_ALLOW_UNLOCKED,
10962 CID_OFFSET_MATCH(cgroup_set_idle, cpuctl_set_idle); in scx_init()
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1291 scheduler with the ``cgroup_set_idle`` callback depending on what the