Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h43 struct rpc_task { struct
52 void (*tk_callback)(struct rpc_task *); argument
53 void (*tk_action)(struct rpc_task *); argument
56 unsigned long tk_runstate; /* Task run status */
59 union {
62 } u;
67 struct rpc_message tk_msg; /* RPC call info */
68 void * tk_calldata; /* Caller private data */
71 struct rpc_clnt * tk_client; /* RPC client */
72 struct rpc_xprt * tk_xprt; /* Transport */
[all …]
/openbmc/linux/net/sunrpc/
H A Dsched.c529 bool (*action)(struct rpc_task *, void *), void *data) in rpc_wake_up_task_on_wq_queue_action_locked()
664 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first_on_wq()
682 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first()
H A Dclnt.c901 bool (*fnmatch)(const struct rpc_task *, in rpc_cancel_tasks()
1662 __rpc_restart_call(struct rpc_task *task, void (*action)(struct rpc_task *)) in __rpc_restart_call()
/openbmc/linux/fs/nfs/
H A Dunlink.c340 void (*complete)(struct rpc_task *, struct nfs_renamedata *)) in nfs_async_rename()