Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDcpu.h123 #define CPUFREQ_TYPE_RELATIVE (1<<0) macro
/NextBSD/sys/powerpc/cpufreq/
HDdfs.c225 *type = CPUFREQ_TYPE_RELATIVE; in dfs_type()
HDpcr.c338 *type = CPUFREQ_TYPE_RELATIVE; in pcr_type()
/NextBSD/sys/x86/cpufreq/
HDp4tcc.c345 *type = CPUFREQ_TYPE_RELATIVE; in p4tcc_type()
/NextBSD/sys/dev/acpica/
HDacpi_throttle.c441 *type = CPUFREQ_TYPE_RELATIVE; in acpi_thr_type()
/NextBSD/sys/kern/
HDkern_cpu.c571 case CPUFREQ_TYPE_RELATIVE: in cf_levels_method()