Searched refs:reqcount (Results 1 – 1 of 1) sorted by relevance
1248 int i, maxahead, maxbehind, reqcount; in swap_pager_getpages_locked() local1251 reqcount = count; in swap_pager_getpages_locked()1260 KASSERT(reqcount - 1 <= maxahead, in swap_pager_getpages_locked()1261 ("page count %d extends beyond swap block", reqcount)); in swap_pager_getpages_locked()1270 maxahead = reqcount - 1; in swap_pager_getpages_locked()1278 *rahead = imin(*rahead, maxahead - (reqcount - 1)); in swap_pager_getpages_locked()1279 pindex = ma[reqcount - 1]->pindex; in swap_pager_getpages_locked()1280 msucc = TAILQ_NEXT(ma[reqcount - 1], listq); in swap_pager_getpages_locked()1313 ma[reqcount - 1]->pindex + i + 1, VM_ALLOC_NORMAL); in swap_pager_getpages_locked()1392 for (i = 0; i < reqcount; i++) in swap_pager_getpages_locked()