Searched refs:SCX_CALL_OP_RET (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.c | 487 #define SCX_CALL_OP_RET(sch, op, locked_rq, args...) \ 531 __ret = SCX_CALL_OP_RET((sch), op, locked_rq, task, ##args); \ 542 __ret = SCX_CALL_OP_RET((sch), op, locked_rq, task0, task1, ##args); \ 3559 ret = SCX_CALL_OP_RET(sch, init_task, NULL, p, &args); in __scx_init_task() 4310 ret = SCX_CALL_OP_RET(sch, cgroup_init, 4361 ret = SCX_CALL_OP_RET(sch, cgroup_prep_move, NULL, in scx_cgroup_can_attach() 4724 ret = SCX_CALL_OP_RET(sch, cgroup_init, NULL, in scx_cgroup_init() 6868 ret = SCX_CALL_OP_RET(sch, init, NULL); in scx_root_enable_workfn() 7176 ret = SCX_CALL_OP_RET(sch, init, NULL); in scx_sub_enable_workfn() 7193 ret = SCX_CALL_OP_RET(paren in scx_sub_enable_workfn() 488 #define SCX_CALL_OP_RET( global() macro [all...] |