Searched defs:timer_list (Results 1 – 2 of 2) sorted by relevance
88 struct timer_list { struct89 struct list_head entry;90 int expires;91 int base_jiffies;93 spinlock_t lock;94 U32 magic;96 void (*function)(U32);97 U32 data;98 int tmout_value;99 int tmout_step;[all …]
90 struct timer_list struct105 static __inline__ void ms_init_timer(struct timer_list * st_timer) in ms_init_timer() argument