Lines Matching refs:hv_timer
23 bool timer_expired(const struct hv_timer *timer, uint64_t now, uint64_t *delta) in timer_expired()
40 bool timer_is_started(const struct hv_timer *timer) in timer_is_started()
45 static void run_timer(const struct hv_timer *timer) in run_timer()
57 struct hv_timer *timer = NULL; in update_physical_timer()
62 struct hv_timer, node); in update_physical_timer()
73 struct hv_timer *timer) in local_add_timer()
76 struct hv_timer *tmp; in local_add_timer()
81 tmp = container_of(pos, struct hv_timer, node); in local_add_timer()
94 int32_t add_timer(struct hv_timer *timer) in add_timer()
128 void initialize_timer(struct hv_timer *timer, in initialize_timer()
147 void update_timer(struct hv_timer *timer, uint64_t timeout, uint64_t period) in update_timer()
161 void del_timer(struct hv_timer *timer) in del_timer()
183 struct hv_timer *timer; in timer_softirq()
198 timer = container_of(pos, struct hv_timer, node); in timer_softirq()