Searched refs:update_idle (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | idle.c | 755 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 D | internal.h | 573 void (*update_idle)(s32 cpu, bool idle); member 1059 void (*update_idle)(s32 cid, bool idle); member
|
| H A D | ext.c | 7433 (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 D | maximal.bpf.c | 151 .update_idle = (void *) maximal_update_idle,
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 2017 .update_idle = (void *)qmap_update_idle,
|