Lines Matching refs:vtimer_list
180 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head) in list_add_sorted()
182 struct vtimer_list *event; in list_add_sorted()
200 struct vtimer_list *event, *tmp; in do_callbacks()
227 struct vtimer_list *event, *tmp; in do_cpu_timer_interrupt()
256 event = list_first_entry(&vq->list, struct vtimer_list, entry); in do_cpu_timer_interrupt()
272 void init_virt_timer(struct vtimer_list *timer) in init_virt_timer()
279 static inline int vtimer_pending(struct vtimer_list *timer) in vtimer_pending()
287 static void internal_add_vtimer(struct vtimer_list *timer) in internal_add_vtimer()
327 static inline void prepare_vtimer(struct vtimer_list *timer) in prepare_vtimer()
340 struct vtimer_list *timer; in add_virt_timer()
342 timer = (struct vtimer_list *)new; in add_virt_timer()
354 struct vtimer_list *timer; in add_virt_timer_periodic()
356 timer = (struct vtimer_list *)new; in add_virt_timer_periodic()
363 static int __mod_vtimer(struct vtimer_list *timer, __u64 expires, int periodic) in __mod_vtimer()
415 int mod_virt_timer(struct vtimer_list *timer, __u64 expires) in mod_virt_timer()
427 int mod_virt_timer_periodic(struct vtimer_list *timer, __u64 expires) in mod_virt_timer_periodic()
438 int del_virt_timer(struct vtimer_list *timer) in del_virt_timer()