Home
last modified time | relevance | path

Searched refs:scx_cpuperf_target (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/kernel/sched/
Dext.h24 static inline u32 scx_cpuperf_target(s32 cpu) in scx_cpuperf_target() function
49 static inline u32 scx_cpuperf_target(s32 cpu) { return 0; } in scx_cpuperf_target() function
Dcpufreq_schedutil.c223 unsigned long min, max, util = scx_cpuperf_target(sg_cpu->cpu); in sugov_get_util()