Searched defs:cleanupq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c301 * cleanupq.
659 * concatenate a specified queue with the cleanupq. the specified
660 * queue is put onto the tail of the cleanupq. all elements on the
716 * take all the requests off the cleanupq, the notifyq,
744 * return immediately if cleanupq, pollq, and
803 aio_cleanup_portq(aio_t *aiop, aio_req_t *cleanupq, int exitflag) argument
861 if ((reqp = cleanupq) == NULL)
892 } while ((reqp = next) != cleanupq);
896 * Do cleanup for every element of the cleanupq.

Completed in 61 milliseconds