Searched refs:nreqlist (Results 1 – 1 of 1) sorted by relevance
1119 struct xbb_xen_reqlist *nreqlist; in xbb_get_resources() local1122 nreqlist = NULL; in xbb_get_resources()1140 nreqlist = xbb_get_reqlist(xbb); in xbb_get_resources()1141 if (nreqlist == NULL) in xbb_get_resources()1153 *reqlist = nreqlist; in xbb_get_resources()1154 nreqlist->operation = ring_req->operation; in xbb_get_resources()1155 nreqlist->starting_sector_number = in xbb_get_resources()1158 STAILQ_INSERT_TAIL(&xbb->reqlist_pending_stailq, nreqlist, in xbb_get_resources()1195 if (nreqlist != NULL) in xbb_get_resources()1196 xbb_release_reqlist(xbb, nreqlist, /*wakeup*/ 0); in xbb_get_resources()