Searched refs:next_polling (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/power/supply/
H A Dcharger-manager.c87 static unsigned long next_polling; /* Next appointed polling time */ variable
682 * about stale @next_polling.
686 if (time_before(_next_polling, next_polling)) {
688 next_polling = _next_polling;
691 next_polling = _next_polling;
866 if (time_after(next_polling, jiffies))
868 jiffies_to_msecs(next_polling - jiffies));

Completed in 159 milliseconds