Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c596 pgcnt_t pgcap, pgused; in tmp_statvfs() local
603 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()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c552 pgcnt_t pgcap, sys_avail; in swapctl() local
559 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() local
854 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()