Lines Matching defs:timer_list
12 struct timer_list { struct17 struct hlist_node entry;18 unsigned long expires;19 void (*function)(unsigned long);20 unsigned long data;21 u32 flags;22 int slack;25 int start_pid;26 void *start_site;27 char start_comm[16];30 struct lockdep_map lockdep_map;