Home
last modified time | relevance | path

Searched refs:cpu_release (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c154 .cpu_release = (void *) maximal_cpu_release,
/linux/kernel/sched/
H A Dext_internal.h542 void (*cpu_release)(s32 cpu, struct scx_cpu_release_args *args); member
H A Dext.c402 scx_error(sch, "cpu_release kfunc called from a nested operation"); in scx_kf_allowed()
2163 * core. This callback complements ->cpu_release(), which is in balance_one()
2180 * implement ->cpu_release(). in balance_one()
2370 * sched_class, so invoke the ->cpu_release() callback if we have not in put_prev_task_scx()
2374 * ->cpu_release() complements ->cpu_acquire(), which is emitted the in put_prev_task_scx()
2378 if (SCX_HAS_OP(sch, cpu_release)) { in put_prev_task_scx()
2384 SCX_CALL_OP(sch, SCX_KF_CPU_RELEASE, cpu_release, rq, in put_prev_task_scx()
4875 if (ops->cpu_acquire || ops->cpu_release) in scx_enable()
5001 if (sch->ops.cpu_acquire || sch->ops.cpu_release) in scx_enable()
5357 .cpu_release
[all...]
/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c884 ppc_md.cpu_release = dlpar_cpu_release; in pseries_dlpar_init()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c898 .cpu_release = (void *)qmap_cpu_release,