Home | History | Annotate | Download | only in blktrace

Lines Matching defs:bytes_read

926 	int bytes_read;
930 bytes_read = __net_recv_data(nc->fd, bnh, sizeof(*bnh));
933 if (bytes_read == sizeof(*bnh))
935 else if (bytes_read == 0)