Searched refs:locked_rq (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.c | 475 #define SCX_CALL_OP(sch, op, locked_rq, args...) \ argument 479 if (locked_rq) { \ 481 update_locked_rq(locked_rq); \ 484 if (locked_rq) \ 488 #define SCX_CALL_OP_RET(sch, op, locked_rq, args...) \ argument 493 if (locked_rq) { \ 495 update_locked_rq(locked_rq); \ 498 if (locked_rq) \ 519 #define SCX_CALL_OP_TASK(sch, op, locked_rq, task, args...) \ argument 523 SCX_CALL_OP((sch), op, locked_rq, task, ##args); \ [all …]
|