Home
last modified time | relevance | path

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

/include/linux/sunrpc/
Dsched.h44 struct rpc_task { struct
53 void (*tk_callback)(struct rpc_task *); argument
54 void (*tk_action)(struct rpc_task *); argument
56 unsigned long tk_timeout; /* timeout for rpc_sleep() */
57 unsigned long tk_runstate; /* Task run status */
59 struct rpc_wait_queue *tk_waitqueue; /* RPC wait queue we're on */
60 union {
63 } u;
68 struct rpc_message tk_msg; /* RPC call info */
69 void * tk_calldata; /* Caller private data */
[all …]