Searched refs:cmplt_io (Results 1 – 2 of 2) sorted by relevance
572 TAILQ_INIT(&a_descr->cmplt_io); in handle_read()698 ioq = &((struct atio_descr *)c_descr->atio->ccb_h.targ_descr)->cmplt_io; in queue_io()736 while ((ccb_h = TAILQ_FIRST(&a_descr->cmplt_io)) != NULL) { in run_queue()744 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h, in run_queue()759 TAILQ_REMOVE(&a_descr->cmplt_io, ccb_h, in run_queue()
62 struct io_queue cmplt_io; member