Searched refs:timer_entry (Results 1 – 1 of 1) sorted by relevance
177 struct timer_entry;179 TAILQ_HEAD(, timer_entry) head;184 struct timer_entry { struct185 TAILQ_ENTRY(timer_entry) next;202 struct timer_entry *te, *te2; in tmr_run() argument224 struct timer_entry *te, *te2, *te3; in tmr_add()226 te = malloc(sizeof(struct timer_entry)); in tmr_add()227 memset(te, 0, sizeof(struct timer_entry)); in tmr_add()