Searched refs:xpt_taskq (Results 1 – 1 of 1) sorted by relevance
124 struct taskqueue *xpt_taskq; member892 xsoftc.xpt_taskq = taskqueue_create("CAM XPT task", M_WAITOK, in xpt_init()893 taskqueue_thread_enqueue, /*context*/&xsoftc.xpt_taskq); in xpt_init()3256 taskqueue_enqueue(xsoftc.xpt_taskq, in xpt_run_allocq()4870 taskqueue_enqueue(xsoftc.xpt_taskq, &device->device_destroy_task); in xpt_release_device()5029 if (taskqueue_start_threads(&xsoftc.xpt_taskq, 1, PRIBIO, "CAM taskq")) in xpt_config()