Home
last modified time | relevance | path

Searched refs:aio_req_remove (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio.c89 static aio_req_t *aio_req_remove(aio_req_t *);
560 if ((reqp = aio_req_remove(NULL)) != NULL) { in aiowait()
2282 return (aio_req_remove(ent)); in aio_req_done()
2290 return (aio_req_remove(NULL)); in aio_req_done()
2317 *reqp = aio_req_remove(ent); in aio_req_find()
2331 aio_req_remove(aio_req_t *reqp) in aio_req_remove() function