Symbol: vtimer_list
arch/s390/appldata/appldata_base.c
70
static struct vtimer_list appldata_timer;
arch/s390/include/asm/vtimer.h
22
extern void init_virt_timer(struct vtimer_list *timer);
arch/s390/include/asm/vtimer.h
23
extern void add_virt_timer(struct vtimer_list *timer);
arch/s390/include/asm/vtimer.h
24
extern void add_virt_timer_periodic(struct vtimer_list *timer);
arch/s390/include/asm/vtimer.h
25
extern int mod_virt_timer(struct vtimer_list *timer, u64 expires);
arch/s390/include/asm/vtimer.h
26
extern int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires);
arch/s390/include/asm/vtimer.h
27
extern int del_virt_timer(struct vtimer_list *timer);
arch/s390/kernel/vtime.c
254
static void list_add_sorted(struct vtimer_list *timer, struct list_head *head)
arch/s390/kernel/vtime.c
256
struct vtimer_list *tmp;
arch/s390/kernel/vtime.c
272
struct vtimer_list *timer, *tmp;
arch/s390/kernel/vtime.c
288
struct vtimer_list, entry);
arch/s390/kernel/vtime.c
309
void init_virt_timer(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
316
static inline int vtimer_pending(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
321
static void internal_add_vtimer(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
340
static void __add_vtimer(struct vtimer_list *timer, int periodic)
arch/s390/kernel/vtime.c
353
void add_virt_timer(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
362
void add_virt_timer_periodic(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
368
static int __mod_vtimer(struct vtimer_list *timer, u64 expires, int periodic)
arch/s390/kernel/vtime.c
391
int mod_virt_timer(struct vtimer_list *timer, u64 expires)
arch/s390/kernel/vtime.c
400
int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires)
arch/s390/kernel/vtime.c
411
int del_virt_timer(struct vtimer_list *timer)