Searched refs:contig_req_list (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c291 struct xbb_xen_req_list contig_req_list; member in struct:xbb_xen_reqlist
1134 STAILQ_INIT(&reqlist->contig_req_list);
1163 xbb_release_reqs(xbb, &reqlist->contig_req_list, reqlist->num_children);
1250 STAILQ_INSERT_TAIL(&(*reqlist)->contig_req_list, nreq, links);
1410 STAILQ_FOREACH(nreq, &reqlist->contig_req_list, links) {
1646 STAILQ_FOREACH(nreq, &reqlist->contig_req_list, links) {

Completed in 109 milliseconds