Searched refs:cpu_release (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 154 .cpu_release = (void *) maximal_cpu_release,
|
| /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 | 403 scx_error(sch, "cpu_release kfunc called from a nested operation"); in scx_kf_allowed() 2191 * core. This callback complements ->cpu_release(), which is in balance_one() 2208 * implement ->cpu_release(). in balance_one() 2400 * sched_class, so invoke the ->cpu_release() callback if we have not in switch_class() 2404 * ->cpu_release() complements ->cpu_acquire(), which is emitted the in put_prev_task_scx() 2408 if (SCX_HAS_OP(sch, cpu_release)) { in put_prev_task_scx() 2414 SCX_CALL_OP(sch, SCX_KF_CPU_RELEASE, cpu_release, rq, in put_prev_task_scx() 5047 if (ops->cpu_acquire || ops->cpu_release) in scx_enable_workfn() 5183 if (sch->ops.cpu_acquire || sch->ops.cpu_release) in scx_enable_workfn() 5576 .cpu_release [all...] |
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | hotplug-cpu.c | 884 ppc_md.cpu_release = dlpar_cpu_release; in pseries_dlpar_init()
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 14 * - Using ops.cpu_release() to handle a higher priority scheduling class taking 902 .cpu_release = (void *)qmap_cpu_release,
|