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

/linux-4.1.27/arch/s390/include/asm/
H A Dvtimer.h13 struct vtimer_list { struct
21 extern void init_virt_timer(struct vtimer_list *timer);
22 extern void add_virt_timer(struct vtimer_list *timer);
23 extern void add_virt_timer_periodic(struct vtimer_list *timer);
24 extern int mod_virt_timer(struct vtimer_list *timer, u64 expires);
25 extern int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires);
26 extern int del_virt_timer(struct vtimer_list *timer);
/linux-4.1.27/arch/s390/kernel/
H A Dvtime.c202 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head) list_add_sorted()
204 struct vtimer_list *tmp; list_add_sorted()
220 struct vtimer_list *timer, *tmp; virt_timer_expire()
236 struct vtimer_list, entry); virt_timer_expire()
257 void init_virt_timer(struct vtimer_list *timer) init_virt_timer()
264 static inline int vtimer_pending(struct vtimer_list *timer) vtimer_pending()
269 static void internal_add_vtimer(struct vtimer_list *timer) internal_add_vtimer()
288 static void __add_vtimer(struct vtimer_list *timer, int periodic) __add_vtimer()
301 void add_virt_timer(struct vtimer_list *timer) add_virt_timer()
310 void add_virt_timer_periodic(struct vtimer_list *timer) add_virt_timer_periodic()
316 static int __mod_vtimer(struct vtimer_list *timer, u64 expires, int periodic) __mod_vtimer()
339 int mod_virt_timer(struct vtimer_list *timer, u64 expires) mod_virt_timer()
348 int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires) mod_virt_timer_periodic()
359 int del_virt_timer(struct vtimer_list *timer) del_virt_timer()
/linux-4.1.27/arch/s390/appldata/
H A Dappldata_base.c85 static struct vtimer_list appldata_timer;

Completed in 138 milliseconds