Searched refs:sd_thr_request (Results 1 – 2 of 2) sorted by relevance
946 struct sd_thr_request { struct948 struct sd_thr_request *sd_thr_req_next; argument953 struct sd_thr_request *srq_thr_req_head;954 struct sd_thr_request *srq_thr_cur_req;962 _NOTE(SCHEME_PROTECTS_DATA("unshared data", sd_thr_request))
25261 struct sd_thr_request *sd_treq = NULL;25262 struct sd_thr_request *sd_cur = NULL;25263 struct sd_thr_request *sd_prev = NULL;25291 sd_treq = (struct sd_thr_request *)25292 kmem_zalloc(sizeof (struct sd_thr_request), KM_NOSLEEP);25320 kmem_free(sd_treq, sizeof (struct sd_thr_request));25352 struct sd_thr_request *sd_mhreq;25373 sizeof (struct sd_thr_request));25420 kmem_free(sd_mhreq, sizeof (struct sd_thr_request));25454 struct sd_thr_request *sd_mhreq;[all …]