Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/trm/
HDtrm.c3546 struct cam_devq *device_Q; in trm_attach() local
3572 device_Q = cam_simq_alloc(TRM_MAX_START_JOB); in trm_attach()
3573 if (device_Q == NULL){ in trm_attach()
3611 device_Q); in trm_attach()
3612 cam_simq_release(device_Q); /* device queues are refcounted */ in trm_attach()