Searched refs:vtimer_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dvtimer.h14 struct vtimer_list { struct
22 extern void init_virt_timer(struct vtimer_list *timer);
23 extern void add_virt_timer(struct vtimer_list *timer);
24 extern void add_virt_timer_periodic(struct vtimer_list *timer);
25 extern int mod_virt_timer(struct vtimer_list *timer, u64 expires);
26 extern int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires);
27 extern int del_virt_timer(struct vtimer_list *timer);
/linux-master/arch/s390/kernel/
H A Dvtime.c270 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head)
272 struct vtimer_list *tmp;
288 struct vtimer_list *timer, *tmp;
304 struct vtimer_list, entry);
325 void init_virt_timer(struct vtimer_list *timer)
332 static inline int vtimer_pending(struct vtimer_list *timer)
337 static void internal_add_vtimer(struct vtimer_list *timer)
356 static void __add_vtimer(struct vtimer_list *timer, int periodic)
369 void add_virt_timer(struct vtimer_list *timer)
378 void add_virt_timer_periodic(struct vtimer_list *time
[all...]
/linux-master/arch/s390/appldata/
H A Dappldata_base.c71 static struct vtimer_list appldata_timer;

Completed in 130 milliseconds