Home
last modified time | relevance | path

Searched refs:splice_io_u (Results 1 – 1 of 1) sorted by relevance

/external/fio/engines/
Dnet.c349 static int splice_io_u(int fdin, int fdout, unsigned int len) in splice_io_u() function
378 return splice_io_u(io_u->file->fd, nd->pipes[1], io_u->xfer_buflen); in splice_in()
389 return splice_io_u(nd->pipes[0], io_u->file->fd, len); in splice_out()