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

/external/fio/engines/
H A Dnet.c392 static int vmsplice_io_u(struct io_u *io_u, int fd, unsigned int len) function
427 return vmsplice_io_u(io_u, nd->pipes[0], len);
437 return vmsplice_io_u(io_u, nd->pipes[1], io_u->xfer_buflen);

Completed in 74 milliseconds