Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dext.c1150 #define SCX_CALL_OP(mask, op, rq, args...) \ macro
1194 SCX_CALL_OP(mask, op, rq, task, ##args); \
3027 SCX_CALL_OP(SCX_KF_DISPATCH, dispatch, rq, cpu_of(rq), in balance_one()
3480 SCX_CALL_OP(SCX_KF_UNLOCKED, cpu_online, NULL, cpu); in handle_hotplug()
3482 SCX_CALL_OP(SCX_KF_UNLOCKED, cpu_offline, NULL, cpu); in handle_hotplug()
4021 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_cancel_move, NULL, in scx_cgroup_can_attach()
4060 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_cancel_move, NULL, in scx_cgroup_cancel_attach()
4074 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_set_weight, NULL, in scx_group_set_weight()
4797 SCX_CALL_OP(SCX_KF_UNLOCKED, exit, NULL, ei); in scx_ops_disable_workfn()
5004 SCX_CALL_OP(SCX_KF_REST, dump_task, NULL, dctx, p); in scx_dump_task()
[all …]
H A Dext_idle.c677 SCX_CALL_OP(SCX_KF_REST, update_idle, rq, cpu_of(rq), idle); in __scx_update_idle()