Home
last modified time | relevance | path

Searched refs:cpufreq_driver_test_flags (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c99 sg_policy->need_freq_update = cpufreq_driver_test_flags(CPUFREQ_NEED_UPDATE_LIMITS); in sugov_update_next_freq()
769 sg_policy->need_freq_update = cpufreq_driver_test_flags(CPUFREQ_NEED_UPDATE_LIMITS); in sugov_start()
/openbmc/linux/include/linux/
H A Dcpufreq.h460 bool cpufreq_driver_test_flags(u16 flags);
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.c2024 bool cpufreq_driver_test_flags(u16 flags) in cpufreq_driver_test_flags() function