Searched refs:reqlist_kva_pages (Results 1 – 1 of 1) sorted by relevance
549 int reqlist_kva_pages; member925 bit_ffc(xbb->kva_free, xbb->reqlist_kva_pages, &first_clear); in xbb_get_kva()934 for (i = first_clear, num_clear = 0; i < xbb->reqlist_kva_pages; i++) { in xbb_get_kva()2827 xbb->reqlist_kva_pages = xbb->max_requests * xbb->max_request_segments; in xbb_alloc_communication_mem()2828 xbb->reqlist_kva_size = xbb->reqlist_kva_pages * PAGE_SIZE; in xbb_alloc_communication_mem()2832 xbb->kva_free = bit_alloc(xbb->reqlist_kva_pages, M_XENBLOCKBACK, M_NOWAIT); in xbb_alloc_communication_mem()