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

/freebsd-11.0-release/sys/kern/
H A Dkern_cpu.c74 int all_count; member in struct:cpufreq_softc
624 if (sc->all_count > *count) {
625 *count = sc->all_count;
636 sc->all_count--;
643 *count = sc->all_count;
652 sc->all_count = 0;
686 sc->all_count++;
840 sc->all_count++;

Completed in 48 milliseconds