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

/linux-4.4.14/drivers/idle/
H A Di7300_idle.c87 static unsigned long avg_idle_us; variable
434 if (avg_idle_us >= DURATION_THRESHOLD_US) i7300_avg_duration_check()
492 avg_idle_us = i7300_idle_notifier()
493 ((100 - DURATION_WEIGHT_PCT) * avg_idle_us + i7300_idle_notifier()

Completed in 49 milliseconds