Searched refs:comm_timer (Results 1 – 19 of 19) sorted by relevance
423 struct comm_timer { struct729 struct comm_timer* comm_timer_create(struct comm_base* base,736 void comm_timer_disable(struct comm_timer* timer);743 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);749 void comm_timer_delete(struct comm_timer* timer);756 int comm_timer_is_set(struct comm_timer* timer);763 size_t comm_timer_get_mem(struct comm_timer* timer);
511 struct comm_timer* probe_timer;612 struct comm_timer* timer;
168 struct comm_timer super;4966 struct comm_timer*4990 comm_timer_disable(struct comm_timer* timer)4999 comm_timer_set(struct comm_timer* timer, struct timeval* tv)5011 comm_timer_delete(struct comm_timer* timer)5026 struct comm_timer* tm = (struct comm_timer*)arg;5036 comm_timer_is_set(struct comm_timer* timer)5042 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
54 struct comm_timer;230 struct comm_timer* suspend_timer;
311 struct comm_timer* temp_timer; in val_restart()
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;
110 struct comm_timer* stat_timer;
80 struct comm_timer* wakeup_timer;
1625 struct comm_timer* comm_timer_create(struct comm_base* base, in comm_timer_create()1638 return (struct comm_timer*)t; in comm_timer_create()1641 void comm_timer_disable(struct comm_timer* timer) in comm_timer_disable()1648 void comm_timer_set(struct comm_timer* timer, struct timeval* tv) in comm_timer_set()1658 int comm_timer_is_set(struct comm_timer* timer) in comm_timer_is_set()1664 void comm_timer_delete(struct comm_timer* timer) in comm_timer_delete()
12190 - comm_timer object and events.