Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dvtimer.h14 struct vtimer_list { struct
22 extern void init_virt_timer(struct vtimer_list *timer); argument
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/arch/s390/kernel/
H A Dvtime.c305 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head) in init_virt_timer()
307 struct vtimer_list *tmp;
323 struct vtimer_list *timer, *tmp; in internal_add_vtimer()
339 struct vtimer_list, entry); in __add_vtimer()
360 void init_virt_timer(struct vtimer_list *timer) in __mod_vtimer()
367 static inline int vtimer_pending(struct vtimer_list *timer) in __mod_vtimer()
372 static void internal_add_vtimer(struct vtimer_list *timer) in __mod_vtimer()
391 static void __add_vtimer(struct vtimer_list *timer, int periodic)
404 void add_virt_timer(struct vtimer_list *timer) in del_virt_timer()
413 void add_virt_timer_periodic(struct vtimer_list *time in del_virt_timer()
[all...]
/linux/arch/s390/appldata/
H A Dappldata_base.c70 static struct vtimer_list appldata_timer;