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
4428
SCX_CALL_OP(sch, cgroup_exit, NULL, tg->css.cgroup);
kernel/sched/ext/ext.c
4472
SCX_CALL_OP(sch, cgroup_cancel_move, NULL,
kernel/sched/ext/ext.c
4513
SCX_CALL_OP(sch, cgroup_cancel_move, NULL,
kernel/sched/ext/ext.c
4528
SCX_CALL_OP(sch, cgroup_set_weight, NULL, tg_cgrp(tg), weight);
kernel/sched/ext/ext.c
4543
SCX_CALL_OP(sch, cgroup_set_idle, NULL, tg_cgrp(tg), idle);
kernel/sched/ext/ext.c
4563
SCX_CALL_OP(sch, cgroup_set_bandwidth, NULL,
kernel/sched/ext/ext.c
4791
SCX_CALL_OP(sch, cgroup_exit, NULL, css->cgroup);
kernel/sched/ext/ext.c
6043
SCX_CALL_OP(parent, sub_detach, NULL,
kernel/sched/ext/ext.c
6050
SCX_CALL_OP(sch, exit, NULL, sch->exit_info);
kernel/sched/ext/ext.c
6186
SCX_CALL_OP(sch, exit, NULL, sch->exit_info);
kernel/sched/ext/ext.c
6471
SCX_CALL_OP(sch, dump_task, rq, dctx, p);
kernel/sched/ext/ext.c
6540
SCX_CALL_OP(sch, dump_cpu, rq, dctx, scx_cpu_arg(cpu), idle);
kernel/sched/ext/ext.c
6627
SCX_CALL_OP(sch, dump, NULL, &dctx);
kernel/sched/ext/idle.c
788
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); \