Symbol: vtimer_list
arch/s390/appldata/appldata_base.c
71
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
246
static void list_add_sorted(struct vtimer_list *timer, struct list_head *head)
arch/s390/kernel/vtime.c
248
struct vtimer_list *tmp;
arch/s390/kernel/vtime.c
264
struct vtimer_list *timer, *tmp;
arch/s390/kernel/vtime.c
280
struct vtimer_list, entry);
arch/s390/kernel/vtime.c
301
void init_virt_timer(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
308
static inline int vtimer_pending(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
313
static void internal_add_vtimer(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
332
static void __add_vtimer(struct vtimer_list *timer, int periodic)
arch/s390/kernel/vtime.c
345
void add_virt_timer(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
354
void add_virt_timer_periodic(struct vtimer_list *timer)
arch/s390/kernel/vtime.c
360
static int __mod_vtimer(struct vtimer_list *timer, u64 expires, int periodic)
arch/s390/kernel/vtime.c
383
int mod_virt_timer(struct vtimer_list *timer, u64 expires)
arch/s390/kernel/vtime.c
392
int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires)
arch/s390/kernel/vtime.c
403
int del_virt_timer(struct vtimer_list *timer)