Searched refs:cleanupqhead (Results 1 – 1 of 1) sorted by relevance
667 aio_req_t *cleanupqhead, *q2tail; in aio_cleanupq_concat() local676 cleanupqhead = aiop->aio_cleanupq; in aio_cleanupq_concat()677 if (cleanupqhead == NULL) in aio_cleanupq_concat()680 cleanupqhead->aio_req_prev->aio_req_next = q2; in aio_cleanupq_concat()682 q2tail->aio_req_next = cleanupqhead; in aio_cleanupq_concat()683 q2->aio_req_prev = cleanupqhead->aio_req_prev; in aio_cleanupq_concat()684 cleanupqhead->aio_req_prev = q2tail; in aio_cleanupq_concat()695 aio_req_t *pollqhead, *cleanupqhead, *notifyqhead; in aio_cleanup() local720 if ((cleanupqhead = aiop->aio_cleanupq) != NULL) { in aio_cleanup()756 if (cleanupqhead) in aio_cleanup()[all …]