Searched refs:aio_req_remove (Results 1 – 1 of 1) sorted by relevance
85 static aio_req_t *aio_req_remove(aio_req_t *);559 if ((reqp = aio_req_remove(NULL)) != NULL) { in aiowait()2290 return (aio_req_remove(ent)); in aio_req_done()2298 return (aio_req_remove(NULL)); in aio_req_done()2325 *reqp = aio_req_remove(ent); in aio_req_find()2339 aio_req_remove(aio_req_t *reqp) in aio_req_remove() function