Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dhotplug.bpf.c50 .cpu_offline = (void *) hotplug_cpu_offline,
H A Dmaximal.bpf.c152 .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.c641 void (*cpu_offline)(s32 cpu); member
3794 else if (!online && SCX_HAS_OP(cpu_offline)) in handle_hotplug()
3795 SCX_CALL_OP(SCX_KF_UNLOCKED, cpu_offline, cpu); in handle_hotplug()
5994 case offsetof(struct sched_ext_ops, cpu_offline): in bpf_scx_check_member()
6107 .cpu_offline = sched_ext_ops__cpu_offline,