Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
A Dsched.h54 struct rpc_task { struct
63 void (*tk_callback)(struct rpc_task *); argument
64 void (*tk_action)(struct rpc_task *); argument
67 unsigned long tk_runstate; /* Task run status */
70 union {
73 } u;
78 struct rpc_message tk_msg; /* RPC call info */
79 void * tk_calldata; /* Caller private data */
82 struct rpc_clnt * tk_client; /* RPC client */
83 struct rpc_xprt * tk_xprt; /* Transport */
[all …]
/linux/net/sunrpc/
A Dsched.c531 bool (*action)(struct rpc_task *, void *), void *data) in rpc_wake_up_task_on_wq_queue_action_locked()
666 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first_on_wq()
684 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first()
A Dclnt.c911 bool (*fnmatch)(const struct rpc_task *, in rpc_cancel_tasks()
1674 __rpc_restart_call(struct rpc_task *task, void (*action)(struct rpc_task *)) in __rpc_restart_call()
/linux/fs/nfs/
A Dunlink.c342 void (*complete)(struct rpc_task *, struct nfs_renamedata *)) in nfs_async_rename()

Completed in 18 milliseconds