Lines Matching defs:io_taskqueue
121 struct taskqueue *io_taskqueue;
415 taskqueue_enqueue(be_lun->io_taskqueue,
1286 be_lun->io_taskqueue = taskqueue_create("ctlramtq", M_WAITOK,
1287 taskqueue_thread_enqueue, /*context*/&be_lun->io_taskqueue);
1288 if (be_lun->io_taskqueue == NULL) {
1294 retval = taskqueue_start_threads_in_proc(&be_lun->io_taskqueue,
1324 if (be_lun->io_taskqueue != NULL)
1325 taskqueue_free(be_lun->io_taskqueue);
1420 taskqueue_drain_all(be_lun->io_taskqueue);
1421 taskqueue_free(be_lun->io_taskqueue);