Searched defs:rpc_task (Results 1 – 3 of 3) sorted by relevance
44 struct rpc_task { struct53 void (*tk_callback)(struct rpc_task *); argument54 void (*tk_action)(struct rpc_task *); argument56 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 …]
338 void (*complete)(struct rpc_task *, struct nfs_renamedata *)) in nfs_async_rename()
548 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first_on_wq()571 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first()