Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c151 .update_idle = (void *) maximal_update_idle,
/linux/kernel/sched/
H A Dext_idle.c790 if (SCX_HAS_OP(sch, update_idle) && do_notify && in __scx_update_idle()
792 SCX_CALL_OP(sch, update_idle, rq, cpu_of(rq), idle); in __scx_update_idle()
819 if (!ops->update_idle || (ops->flags & SCX_OPS_KEEP_BUILTIN_IDLE)) in scx_idle_enable()
H A Dext_internal.h540 void (*update_idle)(s32 cpu, bool idle); member
H A Dext.c6714 (ops->update_idle && !(ops->flags & SCX_OPS_KEEP_BUILTIN_IDLE))) { in validate_ops()
7599 .update_idle = sched_ext_ops__update_idle,