Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/sunrpc/
Dsched.h36 struct rpc_task { struct
37 struct list_head tk_list; /* wait queue links */
62 void (*tk_timeout_fn)(struct rpc_task *); argument
63 void (*tk_callback)(struct rpc_task *); argument
64 void (*tk_action)(struct rpc_task *); argument
65 void (*tk_exit)(struct rpc_task *); argument
66 void (*tk_release)(struct rpc_task *); argument
90 if ((task=list_entry(pos, struct rpc_task, tk_list)),1) argument