Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dcharger-manager.c60 * Regard CM_JIFFIES_SMALL jiffies is small enough to ignore for
61 * delayed works so that we can run delayed works with CM_JIFFIES_SMALL
64 #define CM_JIFFIES_SMALL (2) macro
667 if (polling_jiffy <= CM_JIFFIES_SMALL) in _setup_polling()
668 polling_jiffy = CM_JIFFIES_SMALL + 1; in _setup_polling()
1505 msecs_to_jiffies(desc->polling_interval_ms) <= CM_JIFFIES_SMALL)) { in charger_manager_probe()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dcharger-manager.c60 * Regard CM_JIFFIES_SMALL jiffies is small enough to ignore for
61 * delayed works so that we can run delayed works with CM_JIFFIES_SMALL
64 #define CM_JIFFIES_SMALL (2) macro
667 if (polling_jiffy <= CM_JIFFIES_SMALL) in _setup_polling()
668 polling_jiffy = CM_JIFFIES_SMALL + 1; in _setup_polling()
1502 msecs_to_jiffies(desc->polling_interval_ms) <= CM_JIFFIES_SMALL)) { in charger_manager_probe()

Completed in 4 milliseconds