Searched defs:timer_list (Results 1 – 5 of 5) sorted by relevance
40 struct timer_list { struct44 void (*function_415) (struct timer_list *); argument46 unsigned long data;47 int expires;
194 struct timer_list { struct203 void init_timer(struct timer_list *t); argument
189 timer_list; variable
63 #define timer_list callout macro
162 struct timer_list timer_list = LIST_HEAD_INITIALIZER(timer_list); variable