Home
last modified time | relevance | path

Searched refs:arch_scale_freq_capacity (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtopology.h279 static inline long arch_scale_freq_capacity(int cpu) in arch_scale_freq_capacity() function
283 #define arch_scale_freq_capacity arch_scale_freq_capacity macro
/linux/arch/riscv/include/asm/
H A Dtopology.h14 #define arch_scale_freq_capacity topology_get_freq_scale macro
/linux/arch/arm/include/asm/
H A Dtopology.h14 #define arch_scale_freq_capacity topology_get_freq_scale macro
/linux/arch/arm64/include/asm/
H A Dtopology.h25 #define arch_scale_freq_capacity topology_get_freq_scale macro
/linux/kernel/sched/
H A Dpelt.h120 delta = cap_scale(delta, arch_scale_freq_capacity(cpu_of(rq))); in update_rq_clock_pelt()
H A Dpelt.c439 running = cap_scale(running, arch_scale_freq_capacity(cpu_of(rq))); in update_irq_load_avg()
H A Dsched.h2896 #ifndef arch_scale_freq_capacity
2908 unsigned long arch_scale_freq_capacity(int cpu) in arch_scale_freq_capacity() function
3274 #ifdef arch_scale_freq_capacity
H A Ddeadline.c1459 unsigned long scale_freq = arch_scale_freq_capacity(cpu); in dl_scaled_delta_exec()
H A Dext.c6885 return arch_scale_freq_capacity(cpu); in scx_bpf_cpuperf_cur()
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-capacity.rst242 arch_scale_freq_capacity(cpu)函数。
/linux/Documentation/scheduler/
H A Dsched-capacity.rst270 utilization. Architectures must define arch_scale_freq_capacity(cpu) for that