Searched refs:comm_timer (Results 1 – 13 of 13) sorted by relevance
421 struct comm_timer { struct727 struct comm_timer* comm_timer_create(struct comm_base* base,734 void comm_timer_disable(struct comm_timer* timer);741 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);747 void comm_timer_delete(struct comm_timer* timer);754 int comm_timer_is_set(struct comm_timer* timer);761 size_t comm_timer_get_mem(struct comm_timer* timer);
510 struct comm_timer* probe_timer;605 struct comm_timer* timer;
168 struct comm_timer super;4949 struct comm_timer*4973 comm_timer_disable(struct comm_timer* timer)4982 comm_timer_set(struct comm_timer* timer, struct timeval* tv)4994 comm_timer_delete(struct comm_timer* timer)5009 struct comm_timer* tm = (struct comm_timer*)arg;5019 comm_timer_is_set(struct comm_timer* timer)5025 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
60 struct comm_timer;306 struct comm_timer* timer;358 struct comm_timer* timer;429 struct comm_timer* timer;
326 struct comm_timer* timer;390 struct comm_timer* timer;527 struct comm_timer* timer;
54 struct comm_timer;230 struct comm_timer* suspend_timer;
304 struct comm_timer* temp_timer; in val_restart()
110 struct comm_timer* stat_timer;
80 struct comm_timer* wakeup_timer;
1553 struct comm_timer* comm_timer_create(struct comm_base* base, in comm_timer_create()1566 return (struct comm_timer*)t; in comm_timer_create()1569 void comm_timer_disable(struct comm_timer* timer) in comm_timer_disable()1576 void comm_timer_set(struct comm_timer* timer, struct timeval* tv) in comm_timer_set()1586 void comm_timer_delete(struct comm_timer* timer) in comm_timer_delete()
72 static struct comm_timer* service_cron = NULL;
753 struct comm_timer* probe_timer;
11608 - comm_timer object and events.