Searched refs:cpu_offline (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | hotplug.bpf.c | 50 .cpu_offline = (void *) hotplug_cpu_offline,
|
| H A D | maximal.bpf.c | 156 .cpu_offline = (void *) maximal_cpu_offline,
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 744 void (*cpu_offline)(s32 cpu); member
|
| H A D | ext.c | 2654 else if (!online && SCX_HAS_OP(sch, cpu_offline)) in handle_hotplug() 2655 SCX_CALL_OP(sch, SCX_KF_UNLOCKED, cpu_offline, NULL, cpu); in handle_hotplug() 5249 case offsetof(struct sched_ext_ops, cpu_offline): in bpf_scx_check_member() 5370 .cpu_offline = sched_ext_ops__cpu_offline,
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 907 .cpu_offline = (void *)qmap_cpu_offline,
|