Lines Matching refs:vtimer_list
253 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head) in list_add_sorted()
255 struct vtimer_list *tmp; in list_add_sorted()
271 struct vtimer_list *timer, *tmp; in virt_timer_expire()
287 struct vtimer_list, entry); in virt_timer_expire()
308 void init_virt_timer(struct vtimer_list *timer) in init_virt_timer()
315 static inline int vtimer_pending(struct vtimer_list *timer) in vtimer_pending()
320 static void internal_add_vtimer(struct vtimer_list *timer) in internal_add_vtimer()
339 static void __add_vtimer(struct vtimer_list *timer, int periodic) in __add_vtimer()
352 void add_virt_timer(struct vtimer_list *timer) in add_virt_timer()
361 void add_virt_timer_periodic(struct vtimer_list *timer) in add_virt_timer_periodic()
367 static int __mod_vtimer(struct vtimer_list *timer, u64 expires, int periodic) in __mod_vtimer()
390 int mod_virt_timer(struct vtimer_list *timer, u64 expires) in mod_virt_timer()
399 int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires) in mod_virt_timer_periodic()
410 int del_virt_timer(struct vtimer_list *timer) in del_virt_timer()