Searched refs:comm_timer (Results 1 – 13 of 13) sorted by relevance
455 struct comm_timer { struct792 struct comm_timer* comm_timer_create(struct comm_base* base,799 void comm_timer_disable(struct comm_timer* timer);806 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);812 void comm_timer_delete(struct comm_timer* timer);819 int comm_timer_is_set(struct comm_timer* timer);826 size_t comm_timer_get_mem(struct comm_timer* timer);1095 struct comm_timer* timer;
514 struct comm_timer* probe_timer;619 struct comm_timer* timer;
176 struct comm_timer super;6901 struct comm_timer*6925 comm_timer_disable(struct comm_timer* timer)6934 comm_timer_set(struct comm_timer* timer, struct timeval* tv)6946 comm_timer_delete(struct comm_timer* timer)6961 struct comm_timer* tm = (struct comm_timer*)arg;6971 comm_timer_is_set(struct comm_timer* timer)6977 comm_timer_get_mem(struct comm_timer* timer)
54 struct comm_timer;231 struct comm_timer* suspend_timer;
349 struct comm_timer* temp_timer; in val_restart()
60 struct comm_timer;309 struct comm_timer* timer;361 struct comm_timer* timer;432 struct comm_timer* timer;
326 struct comm_timer* timer;390 struct comm_timer* timer;527 struct comm_timer* timer;
116 struct comm_timer* stat_timer;
80 struct comm_timer* wakeup_timer;
1509 size_t comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer)) in comm_timer_get_mem()1657 struct comm_timer* comm_timer_create(struct comm_base* base, in comm_timer_create()1670 return (struct comm_timer*)t; in comm_timer_create()1673 void comm_timer_disable(struct comm_timer* timer) in comm_timer_disable()1680 void comm_timer_set(struct comm_timer* timer, struct timeval* tv) in comm_timer_set()1690 int comm_timer_is_set(struct comm_timer* timer) in comm_timer_is_set()1696 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;
12871 - comm_timer object and events.