Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dinlines.h94 SCX_CALL_OP(sch, dispatch, rq, scx_cpu_arg(cpu), in scx_dispatch_sched()
H A Dsub.c873 SCX_CALL_OP(sch, sub_caps_updated, NULL, cu->cmask_arena_out, caps); in caps_updated_deliver()
1031 SCX_CALL_OP(pcpu->sch, sub_ecaps_updated, rq, scx_cpu_arg(cpu), in scx_process_sync_ecaps()
1392 SCX_CALL_OP(parent, cgroup_exit, NULL, css->cgroup); in scx_cgroup_claim_subtree()
1408 SCX_CALL_OP(sch, cgroup_exit, NULL, css->cgroup); in scx_cgroup_claim_subtree()
1455 SCX_CALL_OP(sch, cgroup_exit, NULL, css->cgroup); in scx_cgroup_return_subtree()
1646 SCX_CALL_OP(parent, sub_detach, NULL, in scx_sub_disable()
1653 SCX_CALL_OP(sch, exit, NULL, sch->exit_info); in scx_sub_disable()
H A Didle.c756 SCX_CALL_OP(root, update_idle, rq, cid, idle); in scx_idle_notify()
780 SCX_CALL_OP(pos, update_idle, rq, cid, idle); in scx_idle_notify()
H A Dext.c2940 SCX_CALL_OP(sch, cpu_acquire, rq, cpu, NULL); in dispatch_one()
3112 SCX_CALL_OP(sch, cpu_release, rq, cpu_of(rq), &args); in switch_class()
3673 SCX_CALL_OP(sch, cpu_online, NULL, cpu_or_cid); in handle_hotplug()
3675 SCX_CALL_OP(sch, cpu_offline, NULL, cpu_or_cid); in handle_hotplug()
4796 SCX_CALL_OP(sch, cgroup_exit, NULL, tg->css.cgroup); in scx_tg_offline()
4864 SCX_CALL_OP(sch, cgroup_cancel_move, NULL, in scx_cgroup_can_attach()
4906 SCX_CALL_OP(sch, cgroup_cancel_move, NULL, in scx_cgroup_cancel_attach()
4921 SCX_CALL_OP(sch, cgroup_set_weight, NULL, tg_cgrp(tg), weight); in scx_group_set_weight()
4936 SCX_CALL_OP(sch, cgroup_set_idle, NULL, tg_cgrp(tg), idle); in scx_group_set_idle()
4956 SCX_CALL_OP(sch, cgroup_set_bandwidth, NULL, in scx_group_set_bandwidth()
[all …]
H A Dinternal.h2242 #define SCX_CALL_OP(sch, op, locked_rq, args...) \ macro