Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dext.c871 static struct sched_ext_ops scx_ops; variable
1088 scx_ops.op(args); \
1091 scx_ops.op(args); \
1097 __typeof__(scx_ops.op(args)) __ret; \
1100 __ret = scx_ops.op(args); \
1103 __ret = scx_ops.op(args); \
1129 __typeof__(scx_ops.op(task, ##args)) __ret; \
1139 __typeof__(scx_ops.op(task0, task1, ##args)) __ret; \
3751 if ((scx_ops.flags & SCX_OPS_HAS_CGROUP_WEIGHT) || !tg->css.parent) in scx_cgroup_warn_missing_weight()
3755 scx_ops.name); in scx_cgroup_warn_missing_weight()
[all …]