Searched refs:abort_queue (Results 1 – 1 of 1) sorted by relevance
83 struct descr_queue abort_queue; member215 TAILQ_INIT(&softc->abort_queue); in targopen()307 !TAILQ_EMPTY(&softc->abort_queue)) { in targpoll()350 !TAILQ_EMPTY(&softc->abort_queue); in targreadfilt()510 while ((descr = TAILQ_FIRST(&softc->abort_queue)) != NULL) { in targdtor()511 TAILQ_REMOVE(&softc->abort_queue, descr, tqe); in targdtor()640 TAILQ_INSERT_TAIL(&softc->abort_queue, descr, tqe); in targstart()800 struct descr_queue *abort_queue; in targread() local812 abort_queue = &softc->abort_queue; in targread()818 user_descr = TAILQ_FIRST(abort_queue); in targread()[all …]