Searched defs:ticker_node (Results 1 – 1 of 1) sorted by relevance
47 struct ticker_node { struct48 uint8_t next; /* Next ticker node */50 uint8_t req; /* Request counter */51 uint8_t ack; /* Acknowledge counter. Imbalance55 uint8_t force:1; /* If non-zero, node timeout should59 uint8_t start_pending:1; /* If non-zero, start is pending for63 uint32_t ticks_periodic; /* If non-zero, interval66 uint32_t ticks_to_expire; /* Ticks until expiration */67 ticker_timeout_func timeout_func; /* User timeout function */68 void *context; /* Context delivered to timeout[all …]