Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/xen/interface/
H A Dxen-mca.h171 struct cpu_offline_action cpu_offline; member
/linux-6.15/tools/sched_ext/
H A Dscx_qmap.bpf.c844 .cpu_offline = (void *)qmap_cpu_offline,
/linux-6.15/kernel/sched/
H A Dext.c668 void (*cpu_offline)(s32 cpu); member
3481 else if (!online && SCX_HAS_OP(cpu_offline)) in handle_hotplug()
3482 SCX_CALL_OP(SCX_KF_UNLOCKED, cpu_offline, NULL, cpu); in handle_hotplug()
5704 case offsetof(struct sched_ext_ops, cpu_offline): in bpf_scx_check_member()
5817 .cpu_offline = sched_ext_ops__cpu_offline,