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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dtimer.h19 struct vtimer_list { struct
42 extern void init_virt_timer(struct vtimer_list *timer);
45 extern int mod_virt_timer(struct vtimer_list *timer, __u64 expires);
46 extern int del_virt_timer(struct vtimer_list *timer);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dvtime.c195 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head)
197 struct vtimer_list *event;
215 struct vtimer_list *event, *tmp;
249 struct vtimer_list *event, *tmp;
282 event = list_entry(ptr, struct vtimer_list, entry);
300 void init_virt_timer(struct vtimer_list *timer)
308 static inline int vtimer_pending(struct vtimer_list *timer)
316 static void internal_add_vtimer(struct vtimer_list *timer)
320 struct vtimer_list *event;
353 event = list_entry(vt_list->list.next, struct vtimer_list, entr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/appldata/
H A Dappldata_base.c84 static DEFINE_PER_CPU(struct vtimer_list, appldata_timer);
181 struct vtimer_list *timer;
234 struct vtimer_list *timer;

Completed in 94 milliseconds