Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkback/
H A Dblkback.c262 struct xbb_xen_req_list contig_req_list; member
1058 STAILQ_INIT(&reqlist->contig_req_list); in xbb_get_reqlist()
1087 xbb_release_reqs(xbb, &reqlist->contig_req_list, reqlist->num_children); in xbb_release_reqlist()
1176 STAILQ_INSERT_TAIL(&(*reqlist)->contig_req_list, nreq, links); in xbb_get_resources()
1336 STAILQ_FOREACH(nreq, &reqlist->contig_req_list, links) { in xbb_complete_reqlist()
1561 STAILQ_FOREACH(nreq, &reqlist->contig_req_list, links) { in xbb_dispatch_io()