Searched refs:num_bufs (Results 1 – 1 of 1) sorted by relevance
140 int num_bufs = this_len / AIO_BUF_LEN + (this_len % AIO_BUF_LEN == 0 ? 0 : 1); in doAsync() local141 for (int i = 0; i < num_bufs; i++) { in doAsync()