Searched refs:pgcap (Results 1 – 2 of 2) sorted by relevance
629 pgcnt_t pgcap, pgused; in tmp_statvfs() local636 pgcap = btop(cap); in tmp_statvfs()639 sbp->f_bfree = MIN(pgcap - pgused, sbp->f_bfree); in tmp_statvfs()641 sbp->f_blocks = MIN(pgcap, sbp->f_blocks); in tmp_statvfs()
557 pgcnt_t pgcap, sys_avail; in swapctl() local564 pgcap = MIN(btop(cap), ai.ani_max); in swapctl()565 ai.ani_free = pgcap - btop(used); in swapctl()570 ai.ani_resv = pgcap - sys_avail; in swapctl()574 ai.ani_max = pgcap; in swapctl()863 pgcnt_t pgcap, sys_avail; in swapctl32() local870 pgcap = MIN(btop(cap), ai.ani_max); in swapctl32()871 ai.ani_free = pgcap - btop(used); in swapctl32()876 ai.ani_resv = pgcap - sys_avail; in swapctl32()880 ai.ani_max = pgcap; in swapctl32()