Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dtimer.h19 struct vtimer_list { struct
40 extern void init_virt_timer(struct vtimer_list *timer); argument
43 extern int mod_virt_timer(struct vtimer_list *timer, __u64 expires);
44 extern int mod_virt_timer_periodic(struct vtimer_list *timer, __u64 expires);
45 extern int del_virt_timer(struct vtimer_list *timer);
/linux-2.6.39/arch/s390/kernel/
Dvtime.c276 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head) in list_add_sorted()
278 struct vtimer_list *event; in list_add_sorted()
296 struct vtimer_list *event, *tmp; in do_callbacks()
323 struct vtimer_list *event, *tmp; in do_cpu_timer_interrupt()
353 event = list_first_entry(&vq->list, struct vtimer_list, entry); in do_cpu_timer_interrupt()
370 void init_virt_timer(struct vtimer_list *timer) in init_virt_timer()
377 static inline int vtimer_pending(struct vtimer_list *timer) in vtimer_pending()
385 static void internal_add_vtimer(struct vtimer_list *timer) in internal_add_vtimer()
425 static inline void prepare_vtimer(struct vtimer_list *timer) in prepare_vtimer()
438 struct vtimer_list *timer; in add_virt_timer()
[all …]
/linux-2.6.39/arch/s390/appldata/
Dappldata_base.c87 static DEFINE_PER_CPU(struct vtimer_list, appldata_timer);
181 struct vtimer_list *timer; in __appldata_mod_vtimer_wrap()
232 struct vtimer_list *timer; in __appldata_vtimer_setup()