Searched refs:SCX_CALL_OP_TASK (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext.c | 503 * SCX_CALL_OP_TASK*() invokes an SCX op that takes one or two task arguments 509 * Every SCX_CALL_OP_TASK*() call site invokes its op with @p's rq lock held - 518 #define SCX_CALL_OP_TASK(sch, op, locked_rq, task, args...) \ 548 /* see SCX_CALL_OP_TASK() */ 1453 SCX_CALL_OP_TASK(sch, dequeue, rq, p, deq_flags); in local_dsq_post_enq() 1948 SCX_CALL_OP_TASK(sch, enqueue, rq, p, enq_flags); in do_enqueue_task() 2052 SCX_CALL_OP_TASK(sch, runnable, rq, p, enq_flags); in ops_dequeue() 2169 SCX_CALL_OP_TASK(sch, stopping, rq, p, false); in wakeup_preempt_scx() 2173 SCX_CALL_OP_TASK(sch, quiescent, rq, p, deq_flags); in wakeup_preempt_scx() 2969 SCX_CALL_OP_TASK(sc in switch_class() 519 #define SCX_CALL_OP_TASK( global() macro [all...] |