Lines Matching full:rpc
4 * Scheduling primitives for kernel Sun RPC.
20 * This is the actual RPC procedure call info.
35 struct rpc_wait_queue * rpc_waitq; /* RPC wait queue we're on */
39 * This is the RPC task struct
47 struct rpc_clnt * tk_client; /* RPC client */
48 struct rpc_rqst * tk_rqstp; /* RPC request */
52 * RPC call state
54 struct rpc_message tk_msg; /* RPC call info */
73 * tk_timer is used for async processing by the RPC scheduling
87 struct rpc_wait tk_wait; /* RPC wait */
92 unsigned long tk_start; /* RPC task init timestamp */
126 * RPC task flags
202 * RPC synchronization objects