Symbol: SCX_CALL_OP
kernel/sched/ext/ext.c
2839
SCX_CALL_OP(sch, dispatch, rq, scx_cpu_arg(cpu),
kernel/sched/ext/ext.c
2844
SCX_CALL_OP(sch, dispatch, rq, scx_cpu_arg(cpu),
kernel/sched/ext/ext.c
2904
SCX_CALL_OP(sch, cpu_acquire, rq, cpu, NULL);
kernel/sched/ext/ext.c
3069
SCX_CALL_OP(sch, cpu_release, rq, cpu_of(rq), &args);
kernel/sched/ext/ext.c
3433
SCX_CALL_OP(sch, cpu_online, NULL, scx_cpu_arg(cpu));
kernel/sched/ext/ext.c
3435
SCX_CALL_OP(sch, cpu_offline, NULL, scx_cpu_arg(cpu));
kernel/sched/ext/ext.c
4431
SCX_CALL_OP(sch, cgroup_exit, NULL, tg->css.cgroup);
kernel/sched/ext/ext.c
4475
SCX_CALL_OP(sch, cgroup_cancel_move, NULL,
kernel/sched/ext/ext.c
4516
SCX_CALL_OP(sch, cgroup_cancel_move, NULL,
kernel/sched/ext/ext.c
4531
SCX_CALL_OP(sch, cgroup_set_weight, NULL, tg_cgrp(tg), weight);
kernel/sched/ext/ext.c
4546
SCX_CALL_OP(sch, cgroup_set_idle, NULL, tg_cgrp(tg), idle);
kernel/sched/ext/ext.c
4566
SCX_CALL_OP(sch, cgroup_set_bandwidth, NULL,
kernel/sched/ext/ext.c
4799
SCX_CALL_OP(sch, cgroup_exit, NULL, css->cgroup);
kernel/sched/ext/ext.c
6068
SCX_CALL_OP(parent, sub_detach, NULL,
kernel/sched/ext/ext.c
6075
SCX_CALL_OP(sch, exit, NULL, sch->exit_info);
kernel/sched/ext/ext.c
6211
SCX_CALL_OP(sch, exit, NULL, sch->exit_info);
kernel/sched/ext/ext.c
6496
SCX_CALL_OP(sch, dump_task, rq, dctx, p);
kernel/sched/ext/ext.c
6565
SCX_CALL_OP(sch, dump_cpu, rq, dctx, scx_cpu_arg(cpu), idle);
kernel/sched/ext/ext.c
6652
SCX_CALL_OP(sch, dump, NULL, &dctx);
kernel/sched/ext/idle.c
790
SCX_CALL_OP(sch, update_idle, rq, scx_cpu_arg(cpu_of(rq)), idle);
kernel/sched/ext/internal.h
1625
SCX_CALL_OP((sch), op, locked_rq, task, ##args); \