Searched defs:rpc_task (Results 1 – 1 of 1) sorted by relevance
43 struct rpc_task { struct52 void (*tk_callback)(struct rpc_task *); argument53 void (*tk_action)(struct rpc_task *); argument55 unsigned long tk_timeout; /* timeout for rpc_sleep() */56 unsigned long tk_runstate; /* Task run status */58 struct rpc_wait_queue *tk_waitqueue; /* RPC wait queue we're on */59 union {62 } u;64 int tk_rpc_status; /* Result of last RPC operation */69 struct rpc_message tk_msg; /* RPC call info */[all …]