Searched refs:pgcap (Results 1 – 2 of 2) sorted by relevance
596 pgcnt_t pgcap, pgused; in tmp_statvfs() local603 pgcap = btop(cap); in tmp_statvfs()606 sbp->f_bfree = MIN(pgcap - pgused, sbp->f_bfree); in tmp_statvfs()608 sbp->f_blocks = MIN(pgcap, sbp->f_blocks); in tmp_statvfs()
552 pgcnt_t pgcap, sys_avail; in swapctl() local559 pgcap = MIN(btop(cap), ai.ani_max); in swapctl()560 ai.ani_free = pgcap - btop(used); in swapctl()565 ai.ani_resv = pgcap - sys_avail; in swapctl()569 ai.ani_max = pgcap; in swapctl()847 pgcnt_t pgcap, sys_avail; in swapctl32() local854 pgcap = MIN(btop(cap), ai.ani_max); in swapctl32()855 ai.ani_free = pgcap - btop(used); in swapctl32()860 ai.ani_resv = pgcap - sys_avail; in swapctl32()864 ai.ani_max = pgcap; in swapctl32()