Searched refs:next_polling (Results 1 – 2 of 2) sorted by relevance
87 static unsigned long next_polling; /* Next appointed polling time */ variable686 if (time_before(_next_polling, next_polling)) { in _setup_polling()688 next_polling = _next_polling; in _setup_polling()691 next_polling = _next_polling; in _setup_polling()866 if (time_after(next_polling, jiffies)) in cm_setup_timer()868 jiffies_to_msecs(next_polling - jiffies)); in cm_setup_timer()
326 unsigned long next_polling; member2001 if (time_before(_next_polling, cm->next_polling)) { in _setup_polling()2003 cm->next_polling = _next_polling; in _setup_polling()2006 cm->next_polling = _next_polling; in _setup_polling()