Searched refs:sd_thr_request (Results 1 – 2 of 2) sorted by relevance
947 struct sd_thr_request { struct949 struct sd_thr_request *sd_thr_req_next; argument954 struct sd_thr_request *srq_thr_req_head;955 struct sd_thr_request *srq_thr_cur_req;963 _NOTE(SCHEME_PROTECTS_DATA("unshared data", sd_thr_request))
25282 struct sd_thr_request *sd_treq = NULL;25283 struct sd_thr_request *sd_cur = NULL;25284 struct sd_thr_request *sd_prev = NULL;25312 sd_treq = (struct sd_thr_request *)25313 kmem_zalloc(sizeof (struct sd_thr_request), KM_NOSLEEP);25341 kmem_free(sd_treq, sizeof (struct sd_thr_request));25373 struct sd_thr_request *sd_mhreq;25394 sizeof (struct sd_thr_request));25441 kmem_free(sd_mhreq, sizeof (struct sd_thr_request));25475 struct sd_thr_request *sd_mhreq;[all …]