Home
last modified time | relevance | path

Searched refs:xpt_taskq (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt.c124 struct taskqueue *xpt_taskq; member
893 xsoftc.xpt_taskq = taskqueue_create("CAM XPT task", M_WAITOK, in xpt_init()
894 taskqueue_thread_enqueue, /*context*/&xsoftc.xpt_taskq); in xpt_init()
3257 taskqueue_enqueue(xsoftc.xpt_taskq, in xpt_run_allocq()
4872 taskqueue_enqueue(xsoftc.xpt_taskq, &device->device_destroy_task); in xpt_release_device()
5031 if (taskqueue_start_threads(&xsoftc.xpt_taskq, 1, PRIBIO, "CAM taskq")) in xpt_config()