Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.c1231 int i, maxahead, maxbehind, reqcount; in swap_pager_getpages_locked() local
1234 reqcount = count; in swap_pager_getpages_locked()
1243 KASSERT(reqcount - 1 <= maxahead, in swap_pager_getpages_locked()
1244 ("page count %d extends beyond swap block", reqcount)); in swap_pager_getpages_locked()
1253 maxahead = reqcount - 1; in swap_pager_getpages_locked()
1261 *rahead = imin(*rahead, maxahead - (reqcount - 1)); in swap_pager_getpages_locked()
1262 pindex = ma[reqcount - 1]->pindex; in swap_pager_getpages_locked()
1263 msucc = TAILQ_NEXT(ma[reqcount - 1], listq); in swap_pager_getpages_locked()
1296 ma[reqcount - 1]->pindex + i + 1, VM_ALLOC_NORMAL); in swap_pager_getpages_locked()
1375 for (i = 0; i < reqcount; i++) in swap_pager_getpages_locked()