Home
last modified time | relevance | path

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

/netbsd-src/sys/uvm/
H A Duvm_swap.c970 int rootblocks, rootpages; in swap_on() local
989 rootpages = round_page(dbtob(rootblocks)) >> PAGE_SHIFT; in swap_on()
990 if (rootpages > size) in swap_on()
993 if (rootpages != blist_fill(sdp->swd_blist, addr, rootpages)) { in swap_on()
997 size -= rootpages; in swap_on()
998 printf("Preserved %d pages of miniroot ", rootpages); in swap_on()