Lines Matching refs:done_queue
141 TAILQ_HEAD(, pass_io_req) done_queue;
244 TAILQ_FOREACH_SAFE(io_req, &softc->done_queue, links, io_req2) { in passrejectios()
245 TAILQ_REMOVE(&softc->done_queue, io_req, links); in passrejectios()
374 KASSERT(TAILQ_EMPTY(&softc->done_queue), in passcleanup()
593 TAILQ_INIT(&softc->done_queue); in passregister()
789 TAILQ_FOREACH_SAFE(io_req, &softc->done_queue, links, io_req2) { in passclose()
790 TAILQ_REMOVE(&softc->done_queue, io_req, links); in passclose()
996 TAILQ_INSERT_TAIL(&softc->done_queue, io_req, links); in passdone()
2010 TAILQ_INSERT_TAIL(&softc->done_queue, io_req, links); in passdoioctl()
2034 io_req = TAILQ_FIRST(&softc->done_queue); in passdoioctl()
2043 TAILQ_REMOVE(&softc->done_queue, io_req, links); in passdoioctl()
2117 if (!TAILQ_EMPTY(&softc->done_queue)) { in passpoll()
2168 if (TAILQ_EMPTY(&softc->done_queue)) in passreadfilt()