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

/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c293 * request list free pool (xbb->reqlist_free_stailq) and pending
577 struct xbb_xen_reqlist_list reqlist_free_stailq; member in struct:xbb_softc
1127 if ((reqlist = STAILQ_FIRST(&xbb->reqlist_free_stailq)) != NULL) {
1129 STAILQ_REMOVE_HEAD(&xbb->reqlist_free_stailq, links);
1167 STAILQ_INSERT_TAIL(&xbb->reqlist_free_stailq, reqlist, links);
3227 STAILQ_INIT(&xbb->reqlist_free_stailq);
3260 STAILQ_INSERT_TAIL(&xbb->reqlist_free_stailq, reqlist, links);

Completed in 55 milliseconds