Searched refs:lazy_current (Results 1 – 2 of 2) sorted by relevance
78 uint16_t lazy_current; /* Current number of timeouts member550 *lazy = ticker->lazy_current;604 if (ticks_to_expire == 0 && (ticker_new->lazy_current >605 ticker_current->lazy_current)) {842 uint16_t lazy_current = ticker->lazy_current; local854 if (lazy_current >= ticker->lazy_periodic) {855 lazy_current -= ticker->lazy_periodic;862 (lazy_current * ticker->ticks_periodic);889 uint16_t lazy_next = ticker_next->lazy_current;949 (lazy_current - ticker->priority));[all …]
1308 check uses lazy value that would be always lazy_next > lazy_current as