Lines Matching refs:vtimer_list
276 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head) in list_add_sorted()
278 struct vtimer_list *event; in list_add_sorted()
296 struct vtimer_list *event, *tmp; in do_callbacks()
323 struct vtimer_list *event, *tmp; in do_cpu_timer_interrupt()
353 event = list_first_entry(&vq->list, struct vtimer_list, entry); in do_cpu_timer_interrupt()
370 void init_virt_timer(struct vtimer_list *timer) in init_virt_timer()
377 static inline int vtimer_pending(struct vtimer_list *timer) in vtimer_pending()
385 static void internal_add_vtimer(struct vtimer_list *timer) in internal_add_vtimer()
425 static inline void prepare_vtimer(struct vtimer_list *timer) in prepare_vtimer()
438 struct vtimer_list *timer; in add_virt_timer()
440 timer = (struct vtimer_list *)new; in add_virt_timer()
452 struct vtimer_list *timer; in add_virt_timer_periodic()
454 timer = (struct vtimer_list *)new; in add_virt_timer_periodic()
461 int __mod_vtimer(struct vtimer_list *timer, __u64 expires, int periodic) in __mod_vtimer()
513 int mod_virt_timer(struct vtimer_list *timer, __u64 expires) in mod_virt_timer()
525 int mod_virt_timer_periodic(struct vtimer_list *timer, __u64 expires) in mod_virt_timer_periodic()
536 int del_virt_timer(struct vtimer_list *timer) in del_virt_timer()