Searched refs:sd_thr_request (Results 1 – 2 of 2) sorted by relevance
953 struct sd_thr_request { struct955 struct sd_thr_request *sd_thr_req_next; argument960 struct sd_thr_request *srq_thr_req_head;961 struct sd_thr_request *srq_thr_cur_req;969 _NOTE(SCHEME_PROTECTS_DATA("unshared data", sd_thr_request))
24700 struct sd_thr_request *sd_treq = NULL;24701 struct sd_thr_request *sd_cur = NULL;24702 struct sd_thr_request *sd_prev = NULL;24730 sd_treq = (struct sd_thr_request *)24731 kmem_zalloc(sizeof (struct sd_thr_request), KM_NOSLEEP);24759 kmem_free(sd_treq, sizeof (struct sd_thr_request));24791 struct sd_thr_request *sd_mhreq;24812 sizeof (struct sd_thr_request));24859 kmem_free(sd_mhreq, sizeof (struct sd_thr_request));24893 struct sd_thr_request *sd_mhreq;[all …]