Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dsched.h44 struct rpc_task { struct
53 void (*tk_callback)(struct rpc_task *); argument
54 void (*tk_action)(struct rpc_task *); argument
56 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 …]
/Linux-v4.19/fs/nfs/
Dunlink.c338 void (*complete)(struct rpc_task *, struct nfs_renamedata *)) in nfs_async_rename()
/Linux-v4.19/net/sunrpc/
Dsched.c548 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()