Searched refs:timer_pending (Results 1 – 2 of 2) sorted by relevance
168 bool timer_pending; member464 cal->timer_pending = true; in feedback_show()480 if (cal->timer_pending) in try_enter_state_idle()494 assert(cal->timer_pending); in enter_state_wait()504 cal->timer_pending = false; in wait_timer_done()
57 static inline int timer_pending(const timer_list_t *timer) in timer_pending() function