Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dtimer.h12 struct timer_list { struct
17 struct list_head entry;
18 unsigned long expires;
19 struct tvec_base *base;
21 void (*function)(unsigned long);
22 unsigned long data;
24 int slack;
27 int start_pid;
28 void *start_site;
29 char start_comm[16];
[all …]
/linux-3.3/include/linux/sunrpc/
Dsched.h36 struct list_head timer_list; /* Timer list */ member
197 struct rpc_timer timer_list; member
/linux-3.3/drivers/infiniband/hw/nes/
Dnes_cm.c810 struct list_head timer_list; in nes_cm_timer_tick() local