vtimer_list
static struct vtimer_list appldata_timer;
extern void init_virt_timer(struct vtimer_list *timer);
extern void add_virt_timer(struct vtimer_list *timer);
extern void add_virt_timer_periodic(struct vtimer_list *timer);
extern int mod_virt_timer(struct vtimer_list *timer, u64 expires);
extern int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires);
extern int del_virt_timer(struct vtimer_list *timer);
static void list_add_sorted(struct vtimer_list *timer, struct list_head *head)
struct vtimer_list *tmp;
struct vtimer_list *timer, *tmp;
struct vtimer_list, entry);
void init_virt_timer(struct vtimer_list *timer)
static inline int vtimer_pending(struct vtimer_list *timer)
static void internal_add_vtimer(struct vtimer_list *timer)
static void __add_vtimer(struct vtimer_list *timer, int periodic)
void add_virt_timer(struct vtimer_list *timer)
void add_virt_timer_periodic(struct vtimer_list *timer)
static int __mod_vtimer(struct vtimer_list *timer, u64 expires, int periodic)
int mod_virt_timer(struct vtimer_list *timer, u64 expires)
int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires)
int del_virt_timer(struct vtimer_list *timer)