Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dhotplug.bpf.c50 .cpu_offline = (void *) hotplug_cpu_offline,
H A Dmaximal.bpf.c156 .cpu_offline = (void *) maximal_cpu_offline,
/linux/kernel/sched/
H A Dext_internal.h744 void (*cpu_offline)(s32 cpu); member
H A Dext.c2654 else if (!online && SCX_HAS_OP(sch, cpu_offline)) in handle_hotplug()
2655 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cpu_offline, NULL, cpu); in handle_hotplug()
5249 case offsetof(struct sched_ext_ops, cpu_offline): in bpf_scx_check_member()
5370 .cpu_offline = sched_ext_ops__cpu_offline,
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c907 .cpu_offline = (void *)qmap_cpu_offline,