Searched refs:CF_MAX_LEVELS (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_cpu.c60 #define CF_MAX_LEVELS 64 macro
185 sc->levels_buf = malloc(CF_MAX_LEVELS * sizeof(*sc->levels_buf),
442 count = CF_MAX_LEVELS;
449 printf("cpufreq: need to increase CF_MAX_LEVELS\n");
888 count = CF_MAX_LEVELS;
893 "cpufreq: need to increase CF_MAX_LEVELS\n");
927 count = CF_MAX_LEVELS;
936 printf("cpufreq: need to increase CF_MAX_LEVELS\n");

Completed in 40 milliseconds