Searched refs:g_idle_count_max (Results 1 – 3 of 3) sorted by relevance
238 if (idle_count > g_idle_count_max) { in cpu_usage_task_entry()239 g_idle_count_max = idle_count; in cpu_usage_task_entry()242 if (idle_count < g_idle_count_max) { in cpu_usage_task_entry()244 g_cpu_usage = 10000 - (uint32_t)((idle_count * 10000) / g_idle_count_max); in cpu_usage_task_entry()
66 idle_count_t g_idle_count_max; variable
78 extern idle_count_t g_idle_count_max;
Completed in 3 milliseconds