Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dtimer.h45 typedef struct timer_list { struct
55 } timer_list_t; argument
/third_party/Linux_Kernel/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;
22 int slack;
25 int start_pid;
26 void *start_site;
27 char start_comm[16];
[all …]
/third_party/Linux_Kernel/include/linux/sunrpc/
Dsched.h36 struct list_head timer_list; /* Timer list */ member
189 struct rpc_timer timer_list; member