Searched refs:_aio_req_get (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c35 static aio_req_t *_aio_req_get(aio_worker_t *);
973 * see _aio_req_get() -> _aio_cancel_on()
1010 * it would try to acquire the same work_qlock1 in _aio_req_get()
1062 while ((reqp = _aio_req_get(aiowp)) == NULL) {
1319 while ((reqp = _aio_req_get(aiowp)) == NULL) {
1850 _aio_req_get(aio_worker_t *aiowp) function

Completed in 18 milliseconds