Home
last modified time | relevance | path

Searched refs:CPUFREQ_TYPE_RELATIVE (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dcpu.h125 #define CPUFREQ_TYPE_RELATIVE (1<<0) macro
/freebsd-12.1/sys/powerpc/cpufreq/
H A Ddfs.c229 *type = CPUFREQ_TYPE_RELATIVE; in dfs_type()
H A Dpcr.c342 *type = CPUFREQ_TYPE_RELATIVE; in pcr_type()
/freebsd-12.1/sys/x86/cpufreq/
H A Dp4tcc.c347 *type = CPUFREQ_TYPE_RELATIVE; in p4tcc_type()
/freebsd-12.1/sys/dev/acpica/
H A Dacpi_throttle.c441 *type = CPUFREQ_TYPE_RELATIVE; in acpi_thr_type()
/freebsd-12.1/sys/kern/
H A Dkern_cpu.c584 case CPUFREQ_TYPE_RELATIVE: in cf_levels_method()