Home
last modified time | relevance | path

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

/external/fio/
Dserver.c99 static ssize_t iov_total_len(const struct iovec *iov, int count) in iov_total_len() function
113 ssize_t total_len = iov_total_len(iov, count); in fio_sendv_data()