Lines Matching refs:lazy_periodic
75 uint16_t lazy_periodic; /* Number of timeouts to allow member
851 if (lazy_current >= ticker->lazy_periodic) {
852 lazy_current -= ticker->lazy_periodic;
888 ticker_next->lazy_periodic > lazy_next;
891 lazy_next -= ticker_next->lazy_periodic;
1363 (ticker->lazy_periodic <= ticker->lazy_current)) {
1380 (ticker->lazy_periodic >= ticker->lazy_current) ||
1730 ticker->lazy_periodic = user_op->params.update.lazy;
2172 uint16_t lazy_periodic;
2178 lazy_periodic = ticker->lazy_periodic;
2180 lazy_periodic = 0U;
2193 count = 1 + lazy_periodic;
2233 ticker->lazy_current += (lazy_periodic + lazy);
2245 count = 1 + ticker->lazy_periodic;
2265 ticker->lazy_current = ticker->lazy_periodic + lazy;
2367 ticker->lazy_periodic =
2747 if (ticker->lazy_current > ticker->lazy_periodic) {
2749 ticker->lazy_periodic;
2766 ticker_collide->lazy_periodic) {
2768 ticker_collide->lazy_periodic;
2800 if (ticker->lazy_current > ticker->lazy_periodic) {
2802 ticker->lazy_periodic;