Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dswap_pager.c1365 int i, maxahead, maxbehind, reqcount; in swap_pager_getpages_locked() local
1368 reqcount = count; in swap_pager_getpages_locked()
1378 KASSERT(reqcount - 1 <= maxahead, in swap_pager_getpages_locked()
1379 ("page count %d extends beyond swap block", reqcount)); in swap_pager_getpages_locked()
1388 maxahead = reqcount - 1; in swap_pager_getpages_locked()
1396 *rahead = imin(*rahead, maxahead - (reqcount - 1)); in swap_pager_getpages_locked()
1397 pindex = ma[reqcount - 1]->pindex; in swap_pager_getpages_locked()
1398 msucc = TAILQ_NEXT(ma[reqcount - 1], listq); in swap_pager_getpages_locked()
1431 ma[reqcount - 1]->pindex + i + 1, VM_ALLOC_NORMAL); in swap_pager_getpages_locked()
1510 for (i = 0; i < reqcount; i++) in swap_pager_getpages_locked()