Searched refs:cpu_release (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 154 .cpu_release = (void *) maximal_cpu_release,
|
| /linux/arch/powerpc/include/asm/ |
| H A D | machdep.h | 204 ssize_t (*cpu_release)(const char *, size_t); member
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 542 void (*cpu_release)(s32 cpu, struct scx_cpu_release_args *args); member
|
| H A D | ext.c | 2408 if (SCX_HAS_OP(sch, cpu_release)) { in switch_class() 2414 SCX_CALL_OP(sch, SCX_KF_CPU_RELEASE, cpu_release, rq, in switch_class() 5047 if (ops->cpu_acquire || ops->cpu_release) in validate_ops() 5183 if (sch->ops.cpu_acquire || sch->ops.cpu_release) in scx_enable_workfn() 5576 .cpu_release = sched_ext_ops__cpu_release,
|
| /linux/tools/sched_ext/ |
| H A D | scx_pair.bpf.c | 606 .cpu_release = (void *)pair_cpu_release,
|
| H A D | scx_qmap.bpf.c | 902 .cpu_release = (void *)qmap_cpu_release,
|
| /linux/arch/powerpc/kernel/ |
| H A D | sysfs.c | 1046 if (ppc_md.cpu_release) in arch_cpu_release() 1047 return ppc_md.cpu_release(buf, count); in arch_cpu_release()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | hotplug-cpu.c | 884 ppc_md.cpu_release = dlpar_cpu_release; in pseries_dlpar_init()
|