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

/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c260 struct xbb_xen_req_list contig_req_list; member in struct:xbb_xen_reqlist
1056 STAILQ_INIT(&reqlist->contig_req_list);
1085 xbb_release_reqs(xbb, &reqlist->contig_req_list, reqlist->num_children);
1172 STAILQ_INSERT_TAIL(&(*reqlist)->contig_req_list, nreq, links);
1332 STAILQ_FOREACH(nreq, &reqlist->contig_req_list, links) {
1557 STAILQ_FOREACH(nreq, &reqlist->contig_req_list, links) {

Completed in 102 milliseconds