tag | line | file | source code |
rpc_wait | 67 | fs/nfs/rpcsock.c | rpc_insque(struct rpc_sock *rsock, struct rpc_wait *slot) |
rpc_wait | 69 | fs/nfs/rpcsock.c | struct rpc_wait *next = rsock->pending; |
rpc_wait | 85 | fs/nfs/rpcsock.c | rpc_remque(struct rpc_sock *rsock, struct rpc_wait *slot) |
rpc_wait | 87 | fs/nfs/rpcsock.c | struct rpc_wait *prev = slot->w_prev, |
rpc_wait | 194 | fs/nfs/rpcsock.c | struct rpc_wait *slot; |
rpc_wait | 231 | fs/nfs/rpcsock.c | struct rpc_wait *slot = req->rq_slot; |
rpc_wait | 302 | fs/nfs/rpcsock.c | rpc_send(struct rpc_sock *rsock, struct rpc_wait *slot) |
rpc_wait | 337 | fs/nfs/rpcsock.c | struct rpc_wait *rovr; |
rpc_wait | 405 | fs/nfs/rpcsock.c | rpc_recv(struct rpc_sock *rsock, struct rpc_wait *slot) |
rpc_wait | 449 | fs/nfs/rpcsock.c | struct rpc_wait *slot; |
rpc_wait | 531 | fs/nfs/rpcsock.c | struct rpc_wait *slot; |
rpc_wait | 53 | include/linux/rpcsock.h | struct rpc_wait * rq_slot; |
rpc_wait | 67 | include/linux/rpcsock.h | struct rpc_wait; |
rpc_wait | 68 | include/linux/rpcsock.h | typedef void (*rpc_callback_fn_t)(int, struct rpc_wait *, void *); |
rpc_wait | 76 | include/linux/rpcsock.h | struct rpc_wait * w_prev; |
rpc_wait | 77 | include/linux/rpcsock.h | struct rpc_wait * w_next; |
rpc_wait | 92 | include/linux/rpcsock.h | struct rpc_wait waiting[RPC_MAXREQS]; |
rpc_wait | 95 | include/linux/rpcsock.h | struct rpc_wait * pending; |
rpc_wait | 96 | include/linux/rpcsock.h | struct rpc_wait * free; |