Lines Matching defs:io_taskqueue
175 struct taskqueue *io_taskqueue;
512 taskqueue_enqueue(be_lun->io_taskqueue, &be_lun->io_task);
1936 taskqueue_enqueue(be_lun->io_taskqueue, &be_lun->io_task);
2164 taskqueue_enqueue(be_lun->io_taskqueue, &be_lun->io_task);
2756 be_lun->io_taskqueue = taskqueue_create("ctlblocktq", M_WAITOK,
2757 taskqueue_thread_enqueue, /*context*/&be_lun->io_taskqueue);
2759 if (be_lun->io_taskqueue == NULL) {
2779 retval = taskqueue_start_threads_in_proc(&be_lun->io_taskqueue,
2818 if (be_lun->io_taskqueue != NULL)
2819 taskqueue_free(be_lun->io_taskqueue);
2864 taskqueue_drain_all(be_lun->io_taskqueue);
2986 taskqueue_drain_all(be_lun->io_taskqueue);
3013 taskqueue_drain_all(be_lun->io_taskqueue);
3014 taskqueue_free(be_lun->io_taskqueue);
3062 taskqueue_enqueue(be_lun->io_taskqueue, &be_lun->io_task);
3136 taskqueue_enqueue(be_lun->io_taskqueue, &be_lun->io_task);
3176 taskqueue_enqueue(be_lun->io_taskqueue,
3222 taskqueue_enqueue(be_lun->io_taskqueue,