Searched defs:rpc_task (Results 1 – 4 of 4) sorted by relevance
43 struct rpc_task { struct52 void (*tk_callback)(struct rpc_task *); argument53 void (*tk_action)(struct rpc_task *); argument56 unsigned long tk_runstate; /* Task run status */59 union {62 } u;64 int tk_rpc_status; /* Result of last RPC operation */69 struct rpc_message tk_msg; /* RPC call info */70 void * tk_calldata; /* Caller private data */73 struct rpc_clnt * tk_client; /* RPC client */[all …]
523 bool (*action)(struct rpc_task *, void *), void *data) in rpc_wake_up_task_on_wq_queue_action_locked()658 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first_on_wq()676 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first()
1563 __rpc_restart_call(struct rpc_task *task, void (*action)(struct rpc_task *)) in __rpc_restart_call()
335 void (*complete)(struct rpc_task *, struct nfs_renamedata *)) in nfs_async_rename()
Completed in 18 milliseconds