Home
last modified time | relevance | path

Searched refs:g_idle_count_max (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/kernel/rhino/
A Dk_stats.c238 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()
A Dk_obj.c66 idle_count_t g_idle_count_max; variable
/AliOS-Things-master/kernel/rhino/include/
A Dk_internal.h78 extern idle_count_t g_idle_count_max;

Completed in 3 milliseconds