Searched refs:cpu_offline (Results 1 – 4 of 4) 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
641 void (*cpu_offline)(s32 cpu); member3794 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,