Home
last modified time | relevance | path

Searched refs:update_idle (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/sched_ext/
Dmaximal.bpf.c146 .update_idle = (void *) maximal_update_idle,
/linux-6.12.1/kernel/sched/
Dext.c429 void (*update_idle)(s32 cpu, bool idle); member
3237 if (SCX_HAS_OP(update_idle) && !scx_rq_bypassing(rq)) { in __scx_update_idle()
3238 SCX_CALL_OP(SCX_KF_REST, update_idle, cpu_of(rq), idle); in __scx_update_idle()
5149 if (!ops->update_idle || (ops->flags & SCX_OPS_KEEP_BUILTIN_IDLE)) { in scx_ops_enable()
5594 .update_idle = update_idle_stub,