Home
last modified time | relevance | path

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

/linux-4.4.14/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 …]
/linux-4.4.14/include/linux/sunrpc/
Dsched.h36 struct list_head timer_list; /* Timer list */ member
189 struct rpc_timer timer_list; member
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_cm.c976 struct list_head timer_list; in nes_cm_timer_tick() local