polling_jiffy 77 drivers/power/supply/charger-manager.c static unsigned long polling_jiffy = ULONG_MAX; /* ULONG_MAX: no polling */ polling_jiffy 777 drivers/power/supply/charger-manager.c polling_jiffy = msecs_to_jiffies(min); polling_jiffy 778 drivers/power/supply/charger-manager.c if (polling_jiffy <= CM_JIFFIES_SMALL) polling_jiffy 779 drivers/power/supply/charger-manager.c polling_jiffy = CM_JIFFIES_SMALL + 1; polling_jiffy 782 drivers/power/supply/charger-manager.c polling_jiffy = ULONG_MAX; polling_jiffy 783 drivers/power/supply/charger-manager.c if (polling_jiffy == ULONG_MAX) polling_jiffy 795 drivers/power/supply/charger-manager.c _next_polling = jiffies + polling_jiffy; polling_jiffy 798 drivers/power/supply/charger-manager.c mod_delayed_work(cm_wq, &cm_monitor_work, polling_jiffy); polling_jiffy 801 drivers/power/supply/charger-manager.c if (queue_delayed_work(cm_wq, &cm_monitor_work, polling_jiffy))