Searched defs:rpc_task (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/sunrpc/ |
| D | sched.h | 43 struct rpc_task { struct 52 void (*tk_callback)(struct rpc_task *); argument 53 void (*tk_action)(struct rpc_task *); argument 55 unsigned long tk_timeout; /* timeout for rpc_sleep() */ 56 unsigned long tk_runstate; /* Task run status */ 58 struct rpc_wait_queue *tk_waitqueue; /* RPC wait queue we're on */ 59 union { 62 } u; 67 struct rpc_message tk_msg; /* RPC call info */ 68 void * tk_calldata; /* Caller private data */ [all …]
|
| /kernel/linux/linux-5.10/include/linux/sunrpc/ |
| D | sched.h | 43 struct rpc_task { struct 52 void (*tk_callback)(struct rpc_task *); argument 53 void (*tk_action)(struct rpc_task *); argument 55 unsigned long tk_timeout; /* timeout for rpc_sleep() */ 56 unsigned long tk_runstate; /* Task run status */ 58 struct rpc_wait_queue *tk_waitqueue; /* RPC wait queue we're on */ 59 union { 62 } u; 64 int tk_rpc_status; /* Result of last RPC operation */ 69 struct rpc_message tk_msg; /* RPC call info */ [all …]
|
| /kernel/linux/linux-6.6/net/sunrpc/ |
| D | sched.c | 533 bool (*action)(struct rpc_task *, void *), void *data) in rpc_wake_up_task_on_wq_queue_action_locked() 668 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first_on_wq() 686 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first()
|
| D | clnt.c | 898 bool (*fnmatch)(const struct rpc_task *, in rpc_cancel_tasks() 1659 __rpc_restart_call(struct rpc_task *task, void (*action)(struct rpc_task *)) in __rpc_restart_call()
|
| /kernel/linux/linux-5.10/net/sunrpc/ |
| D | sched.c | 508 bool (*action)(struct rpc_task *, void *), void *data) in rpc_wake_up_task_on_wq_queue_action_locked() 643 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first_on_wq() 661 bool (*func)(struct rpc_task *, void *), void *data) in rpc_wake_up_first()
|
| D | clnt.c | 1571 __rpc_restart_call(struct rpc_task *task, void (*action)(struct rpc_task *)) in __rpc_restart_call()
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | unlink.c | 335 void (*complete)(struct rpc_task *, struct nfs_renamedata *)) in nfs_async_rename()
|
| /kernel/linux/linux-6.6/fs/nfs/ |
| D | unlink.c | 340 void (*complete)(struct rpc_task *, struct nfs_renamedata *)) in nfs_async_rename()
|