Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c64 pgcnt_t swapfs_minfree = 0; variable
90 initial_swapfs_minfree = swapfs_minfree; in swapfs_recalc_save_initial()
152 swapfs_minfree = new_swapfs_minfree; in swapfs_recalc()
180 swapfs_minfree, physmem); in swapinit()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dswapnode.h41 extern pgcnt_t swapfs_minfree; /* amount of availrmem (in pages) */
/illumos-gate/usr/src/uts/common/vm/
H A Danon.h362 (k_anoninfo.ani_max + MAX((spgcnt_t)(availrmem - swapfs_minfree), 0))
369 MAX((spgcnt_t)(availrmem - swapfs_minfree), 0))
H A Dvm_swap.c488 avail = MAX((spgcnt_t)(availrmem - swapfs_minfree), 0); in swapctl()
836 avail = MAX((spgcnt_t)(availrmem - swapfs_minfree), 0); in swapctl32()
1343 if (swapfs_minfree < swapfs_desfree) { in swapadd()
1346 swapfs_minfree = swapfs_desfree; in swapadd()
1438 MAX((spgcnt_t)(availrmem - swapfs_minfree), 0)) < pages) { in swapdel()
H A Dvm_anon.c867 floor_pages = swapfs_minfree; in anon_resvmem()
869 floor_pages = swapfs_minfree + swapfs_reserve; in anon_resvmem()
878 if (availrmem > (swapfs_minfree + swapfs_reserve + mswap_pages) || in anon_resvmem()
879 (availrmem > (swapfs_minfree + mswap_pages) && in anon_resvmem()
H A Dvm_page.c6275 extern pgcnt_t swapfs_minfree;
6761 if (availrmem < swapfs_minfree) { in page_capture_pre_checks()
7022 (availrmem < swapfs_minfree)) { in page_itrycapture()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_subr.c55 extern pgcnt_t swapfs_minfree;
/illumos-gate/usr/src/uts/common/io/
H A Dphysmem.c544 if (swapfs_minfree > availrmem + 1) { in map_page_proc()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c618 MAX(availrmem - swapfs_minfree, 0), in cpr_statefile_ok()
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c841 MAX((spgcnt_t)(availrmem - swapfs_minfree), 0); in clock()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c4575 n = PAGESIZE * (availrmem - swapfs_minfree - swapfs_reserve - in arc_available_memory()
7109 uint64_t allmem = ptob(physmem - swapfs_minfree); in arc_init()