Searched defs:read (Results 1 - 2 of 2) sorted by relevance

/net/vmw_vsock/
H A Daf_vsock.c860 /* For datagram sockets we can read if there is something in
876 * queue can be read.
882 /* If there is something in the queue then we can read. */
898 * terminated should also be considered read, and we check the
926 * POLLOUT|POLLWRNORM when peer is closed and nothing to read,
1744 ssize_t read; local
1751 read = transport->stream_dequeue(
1754 if (read < 0) {
1759 copied += read;
1762 vsk, target, read,
[all...]
/net/sunrpc/
H A Dxprtsock.c8 * TCP NFS related read + write fixes
898 * @sk: socket with data to read
899 * @len: how much data to read
901 * Currently this assumes we can read the whole reply in a single gulp.
962 * @sk: socket with data to read
963 * @len: how much data to read
1114 * transport->tcp_offset is 4 (after having already read the xid).
1209 dprintk("RPC: XID %08x read %Zd bytes\n",
1225 * tcp read code to read th
1405 int read; local
[all...]

Completed in 73 milliseconds