Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsched.h54 struct rpc_task { struct
63 void (*tk_callback)(struct rpc_task *); argument
64 void (*tk_action)(struct rpc_task *); argument
66 unsigned long tk_timeout; /* timeout for rpc_sleep() */
67 unsigned long tk_runstate; /* Task run status */
69 struct rpc_wait_queue *tk_waitqueue; /* RPC wait queue we're on */
70 union {
73 } u;
78 struct rpc_message tk_msg; /* RPC call info */
79 void * tk_calldata; /* Caller private data */
[all …]
/linux/net/sunrpc/
H A Dsched.c533 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()