Lines Matching refs:btop
195 CLEARBIT(sip->si_swapslots, btop(noff - sip->si_soff)); in swap_phys_alloc()
204 sip->si_allocs += btop(len); in swap_phys_alloc()
329 for (pagenumber = btop(off - sip->si_soff), in swap_phys_free()
330 npage = btop(len) + pagenumber; in swap_phys_free()
564 pgcap = MIN(btop(cap), ai.ani_max); in swapctl()
565 ai.ani_free = pgcap - btop(used); in swapctl()
572 ai.ani_resv = btop(used); in swapctl()
619 st.ste_pages = MIN(btop(cap), st.ste_pages); in swapctl()
620 st.ste_free = MIN(st.ste_pages - btop(used), in swapctl()
870 pgcap = MIN(btop(cap), ai.ani_max); in swapctl32()
871 ai.ani_free = pgcap - btop(used); in swapctl32()
878 ai.ani_resv = btop(used); in swapctl32()
925 st.ste_pages = MIN(btop(cap), st.ste_pages); in swapctl32()
926 st.ste_free = MIN(st.ste_pages - btop(used), in swapctl32()
1228 eoff = ptob(btop(eoff)); in swapadd()
1236 pages = btop(eoff - soff); in swapadd()
1494 btop((size_t)(ap->an_poff - in swapdel()