Searched defs:num_bufs (Results 1 – 2 of 2) sorted by relevance
139 int num_bufs = this_len / AIO_BUF_LEN + (this_len % AIO_BUF_LEN == 0 ? 0 : 1); in doAsync() local
779 int fd, size_t buf_size, uint_t num_bufs, in sGetMemory()