Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/include/asm/
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-v6.6/arch/s390/kernel/
Dvtime.c270 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head) in list_add_sorted()
272 struct vtimer_list *tmp; in list_add_sorted()
288 struct vtimer_list *timer, *tmp; in virt_timer_expire()
304 struct vtimer_list, entry); in virt_timer_expire()
325 void init_virt_timer(struct vtimer_list *timer) in init_virt_timer()
332 static inline int vtimer_pending(struct vtimer_list *timer) in vtimer_pending()
337 static void internal_add_vtimer(struct vtimer_list *timer) in internal_add_vtimer()
356 static void __add_vtimer(struct vtimer_list *timer, int periodic) in __add_vtimer()
369 void add_virt_timer(struct vtimer_list *timer) in add_virt_timer()
378 void add_virt_timer_periodic(struct vtimer_list *timer) in add_virt_timer_periodic()
[all …]
/Linux-v6.6/arch/s390/appldata/
Dappldata_base.c72 static struct vtimer_list appldata_timer;