Searched refs:cpu_offline (Results 1 – 5 of 5) sorted by relevance
50 .cpu_offline = (void *) hotplug_cpu_offline,
152 .cpu_offline = (void *) maximal_cpu_offline,
171 struct cpu_offline_action cpu_offline; member
844 .cpu_offline = (void *)qmap_cpu_offline,
668 void (*cpu_offline)(s32 cpu); member3481 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,