Searched refs:SCX_CALL_OP_RET (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 1163 #define SCX_CALL_OP_RET(mask, op, rq, args...) \ macro 1203 __ret = SCX_CALL_OP_RET(mask, op, rq, task, ##args); \ 1214 __ret = SCX_CALL_OP_RET(mask, op, rq, task0, task1, ##args); \ 3663 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, init_task, NULL, p, &args); in scx_ops_init_task() 3952 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, cgroup_init, NULL, in scx_tg_online() 4007 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, cgroup_prep_move, NULL, in scx_cgroup_can_attach() 4300 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, cgroup_init, NULL, in scx_cgroup_init() 5367 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, init, NULL); in scx_ops_enable()
|