Lines Matching refs:links

122 	TAILQ_ENTRY(pass_io_req)	 links;
243 TAILQ_FOREACH_SAFE(io_req, &softc->done_queue, links, io_req2) { in passrejectios()
244 TAILQ_REMOVE(&softc->done_queue, io_req, links); in passrejectios()
254 TAILQ_FOREACH_SAFE(io_req, &softc->incoming_queue, links, io_req2) { in passrejectios()
255 TAILQ_REMOVE(&softc->incoming_queue, io_req, links); in passrejectios()
269 TAILQ_FOREACH_SAFE(io_req, &softc->active_queue, links, io_req2) { in passrejectios()
270 TAILQ_REMOVE(&softc->active_queue, io_req, links); in passrejectios()
272 TAILQ_INSERT_TAIL(&softc->abandoned_queue, io_req, links); in passrejectios()
784 TAILQ_FOREACH_SAFE(io_req, &softc->done_queue, links, io_req2) { in passclose()
785 TAILQ_REMOVE(&softc->done_queue, io_req, links); in passclose()
790 TAILQ_FOREACH_SAFE(io_req, &softc->incoming_queue, links, in passclose()
792 TAILQ_REMOVE(&softc->incoming_queue, io_req, links); in passclose()
818 TAILQ_FOREACH_SAFE(io_req, &softc->active_queue, links, in passclose()
820 TAILQ_REMOVE(&softc->active_queue, io_req, links); in passclose()
823 links); in passclose()
866 TAILQ_REMOVE(&softc->incoming_queue, io_req, links); in passstart()
867 TAILQ_INSERT_TAIL(&softc->active_queue, io_req, links); in passstart()
989 TAILQ_REMOVE(&softc->active_queue, io_req, links); in passdone()
990 TAILQ_INSERT_TAIL(&softc->done_queue, io_req, links); in passdone()
999 TAILQ_REMOVE(&softc->abandoned_queue, io_req, links); in passdone()
1967 TAILQ_INSERT_TAIL(&softc->incoming_queue, io_req, links); in passdoioctl()
1988 TAILQ_REMOVE(&softc->incoming_queue, io_req, links); in passdoioctl()
1989 TAILQ_INSERT_TAIL(&softc->active_queue, io_req, links); in passdoioctl()
1999 TAILQ_REMOVE(&softc->active_queue, io_req, links); in passdoioctl()
2000 TAILQ_INSERT_TAIL(&softc->done_queue, io_req, links); in passdoioctl()
2033 TAILQ_REMOVE(&softc->done_queue, io_req, links); in passdoioctl()