• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/

Lines Matching refs:timer_list

77 	struct timer_list *running_timer;
93 * base in timer_list is guaranteed to be zero. Use the LSB to
114 static inline void timer_set_deferrable(struct timer_list *timer)
121 timer_set_base(struct timer_list *timer, struct tvec_base *new_base)
340 void set_timer_slack(struct timer_list *timer, int slack_hz)
348 struct timer_list *timer)
355 static void internal_add_timer(struct tvec_base *base, struct timer_list *timer)
398 void __timer_stats_timer_set_start_info(struct timer_list *timer, void *addr)
408 static void timer_stats_account_timer(struct timer_list *timer)
422 static void timer_stats_account_timer(struct timer_list *timer) {}
435 struct timer_list *timer = addr;
454 struct timer_list *timer = addr;
488 struct timer_list *timer = addr;
501 .name = "timer_list",
507 static inline void debug_timer_init(struct timer_list *timer)
512 static inline void debug_timer_activate(struct timer_list *timer)
517 static inline void debug_timer_deactivate(struct timer_list *timer)
522 static inline void debug_timer_free(struct timer_list *timer)
527 static void __init_timer(struct timer_list *timer,
531 void init_timer_on_stack_key(struct timer_list *timer,
540 void destroy_timer_on_stack(struct timer_list *timer)
547 static inline void debug_timer_init(struct timer_list *timer) { }
548 static inline void debug_timer_activate(struct timer_list *timer) { }
549 static inline void debug_timer_deactivate(struct timer_list *timer) { }
552 static inline void debug_init(struct timer_list *timer)
559 debug_activate(struct timer_list *timer, unsigned long expires)
565 static inline void debug_deactivate(struct timer_list *timer)
571 static void __init_timer(struct timer_list *timer,
586 void setup_deferrable_timer_on_stack_key(struct timer_list *timer,
609 void init_timer_key(struct timer_list *timer,
618 void init_timer_deferrable_key(struct timer_list *timer,
627 static inline void detach_timer(struct timer_list *timer,
652 static struct tvec_base *lock_timer_base(struct timer_list *timer,
673 __mod_timer(struct timer_list *timer, unsigned long expires,
746 int mod_timer_pending(struct timer_list *timer, unsigned long expires)
763 unsigned long apply_slack(struct timer_list *timer, unsigned long expires)
812 int mod_timer(struct timer_list *timer, unsigned long expires)
841 int mod_timer_pinned(struct timer_list *timer, unsigned long expires)
864 void add_timer(struct timer_list *timer)
878 void add_timer_on(struct timer_list *timer, int cpu)
916 int del_timer(struct timer_list *timer)
949 int try_to_del_timer_sync(struct timer_list *timer)
993 int del_timer_sync(struct timer_list *timer)
1017 struct timer_list *timer, *tmp;
1034 static void call_timer_fn(struct timer_list *timer, void (*fn)(unsigned long),
1086 struct timer_list *timer;
1108 timer = list_first_entry(head, struct timer_list,entry);
1137 struct timer_list *nte;
1438 struct timer_list timer;
1657 struct timer_list *timer;
1660 timer = list_first_entry(head, struct timer_list, entry);