Home
last modified time | relevance | path

Searched refs:busier (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/Documentation/scheduler/
Dsched-stats.txt83 not find a busier queue while the cpu was idle
84 8) # of times in this domain a busier queue was found while the
85 cpu was idle but no busier group was found
99 find a busier queue while the cpu was busy
100 16) # of times in this domain a busier queue was found while the cpu
101 was busy but no busier group was found
115 find a busier queue while the cpu was just becoming idle
116 24) # of times in this domain a busier queue was found while the cpu
117 was just becoming idle but no busier group was found
/linux-4.1.27/drivers/devfreq/exynos/
Dexynos4_bus.c636 int busier; in exynos4_bus_get_dev_status() local
639 busier = exynos_get_busier_ppmu(ppmu_data); in exynos4_bus_get_dev_status()
643 stat->busy_time = ppmu_data->ppmu[busier].count[PPMU_PMNCNT3]; in exynos4_bus_get_dev_status()
645 stat->total_time = ppmu_data->ppmu[busier].ccnt; in exynos4_bus_get_dev_status()
648 if (ppmu_data->ppmu[busier].ccnt_overflow || in exynos4_bus_get_dev_status()
649 ppmu_data->ppmu[busier].count_overflow[0]) in exynos4_bus_get_dev_status()