Home
last modified time | relevance | path

Searched refs:cpu_offline (Results 1 – 6 of 6) 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/include/xen/interface/
H A Dxen-mca.h171 struct cpu_offline_action cpu_offline; member
/linux/kernel/sched/
H A Dext_internal.h744 void (*cpu_offline)(s32 cpu); member
H A Dext.c2767 else if (!online && SCX_HAS_OP(sch, cpu_offline)) in handle_hotplug()
2768 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cpu_offline, NULL, cpu); in handle_hotplug()
5471 case offsetof(struct sched_ext_ops, cpu_offline): in bpf_scx_check_member()
5592 .cpu_offline = sched_ext_ops__cpu_offline,
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c911 .cpu_offline = (void *)qmap_cpu_offline,