Searched refs:update_idle (Results 1 – 4 of 4) sorted by relevance
152 .update_idle = (void *) maximal_update_idle,
771 if (SCX_HAS_OP(sch, update_idle) && do_notify && !scx_rq_bypassing(rq)) in __scx_update_idle()772 SCX_CALL_OP(sch, SCX_KF_REST, update_idle, rq, cpu_of(rq), idle); in __scx_update_idle()799 if (!ops->update_idle || (ops->flags & SCX_OPS_KEEP_BUILTIN_IDLE)) in scx_idle_enable()
520 void (*update_idle)(s32 cpu, bool idle); member
4867 (ops->update_idle && !(ops->flags & SCX_OPS_KEEP_BUILTIN_IDLE))) { in scx_enable() 5355 .update_idle = sched_ext_ops__update_idle,