Searched refs:MAX_AIO_REQS (Results 1 – 1 of 1) sorted by relevance
44 #define MAX_AIO_REQS TAPDISK_DATA_REQUESTS macro59 struct aio_request aio_requests[MAX_AIO_REQS];60 struct aio_request *aio_free_list[MAX_AIO_REQS];125 prv->aio_free_count = MAX_AIO_REQS; in tdaio_open()126 for (i = 0; i < MAX_AIO_REQS; i++) in tdaio_open()
Completed in 2 milliseconds