Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Didle.c755 SCX_HAS_OP(root, update_idle) && !scx_bypassing(root, cpu)) in scx_idle_notify()
756 SCX_CALL_OP(root, update_idle, rq, cid, idle); in scx_idle_notify()
778 if ((do_notify || forced) && SCX_HAS_OP(pos, update_idle) && in scx_idle_notify()
780 SCX_CALL_OP(pos, update_idle, rq, cid, idle); in scx_idle_notify()
862 if (!ops->update_idle || (ops->flags & SCX_OPS_KEEP_BUILTIN_IDLE)) in scx_idle_enable()
H A Dinternal.h573 void (*update_idle)(s32 cpu, bool idle); member
1059 void (*update_idle)(s32 cid, bool idle); member
H A Dext.c7433 (ops->update_idle && !(ops->flags & SCX_OPS_KEEP_BUILTIN_IDLE))) { in scx_validate_ops()
8270 .update_idle = sched_ext_ops__update_idle,
8337 .update_idle = sched_ext_ops__update_idle,
10926 CID_OFFSET_MATCH(update_idle, update_idle); in scx_init()
/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c151 .update_idle = (void *) maximal_update_idle,
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c2017 .update_idle = (void *)qmap_update_idle,