Searched refs:SCX_CALL_OP (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/sched/ |
H A D | ext.c | 1113 #define SCX_CALL_OP(mask, op, args...) \ macro 1152 SCX_CALL_OP(mask, op, task, ##args); \ 2814 SCX_CALL_OP(SCX_KF_REST, cpu_acquire, cpu_of(rq), NULL); in balance_one() 2859 SCX_CALL_OP(SCX_KF_DISPATCH, dispatch, cpu_of(rq), in balance_one() 3061 SCX_CALL_OP(SCX_KF_CPU_RELEASE, in switch_class() 3762 SCX_CALL_OP(SCX_KF_REST, update_idle, cpu_of(rq), idle); in __scx_update_idle() 3793 SCX_CALL_OP(SCX_KF_UNLOCKED, cpu_online, cpu); in handle_hotplug() 3795 SCX_CALL_OP(SCX_KF_UNLOCKED, cpu_offline, cpu); in handle_hotplug() 4321 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_exit, tg->css.cgroup); in scx_tg_offline() 4368 SCX_CALL_OP(SCX_KF_UNLOCKED, cgroup_cancel_move, p, in scx_cgroup_can_attach() [all …]
|