Searched defs:sd_treq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c25261 struct sd_thr_request *sd_treq = NULL; local
25291 sd_treq = (struct sd_thr_request *)
25293 if (sd_treq == NULL) {
25297 sd_treq->sd_thr_req_next = NULL;
25298 sd_treq->dev = dev;
25301 sd_tr.srq_thr_req_head = sd_treq;
25318 sd_prev->sd_thr_req_next = sd_treq;
25320 kmem_free(sd_treq, sizeof (struct sd_thr_request));

Completed in 134 milliseconds