Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c310 #define SCX_CALL_OP(sch, mask, op, rq, args...) \ macro
358 SCX_CALL_OP((sch), mask, op, rq, task, ##args); \
2167 SCX_CALL_OP(sch, SCX_KF_REST, cpu_acquire, rq, in balance_one()
2220 SCX_CALL_OP(sch, SCX_KF_DISPATCH, dispatch, rq, in balance_one()
2384 SCX_CALL_OP(sch, SCX_KF_CPU_RELEASE, cpu_release, rq, in switch_class()
2653 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cpu_online, NULL, cpu); in handle_hotplug()
2655 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cpu_offline, NULL, cpu); in handle_hotplug()
3180 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_exit, NULL, in scx_tg_offline()
3226 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_cancel_move, NULL, in scx_cgroup_can_attach()
3265 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cgroup_cancel_move, NULL, in scx_cgroup_cancel_attach()
[all …]
H A Dext_idle.c772 SCX_CALL_OP(sch, SCX_KF_REST, update_idle, rq, cpu_of(rq), idle); in __scx_update_idle()