Home
last modified time | relevance | path

Searched defs:timer_list (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dtimer.h12 struct timer_list { struct
17 struct hlist_node entry;
18 unsigned long expires;
19 void (*function)(unsigned long);
20 unsigned long data;
21 u32 flags;
24 int start_pid;
25 void *start_site;
26 char start_comm[16];
29 struct lockdep_map lockdep_map;
/include/linux/sunrpc/
Dsched.h36 struct list_head timer_list; /* Timer list */ member
193 struct rpc_timer timer_list; member