Searched refs:locked_rq (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.c | 474 #define SCX_CALL_OP(sch, op, locked_rq, args...) \ argument 478 if (locked_rq) { \ 480 update_locked_rq(locked_rq); \ 483 if (locked_rq) \ 487 #define SCX_CALL_OP_RET(sch, op, locked_rq, args...) \ argument 492 if (locked_rq) { \ 494 update_locked_rq(locked_rq); \ 497 if (locked_rq) \ 518 #define SCX_CALL_OP_TASK(sch, op, locked_rq, task, args...) \ argument 522 SCX_CALL_OP((sch), op, locked_rq, task, ##args); \ [all …]
|