Home
last modified time | relevance | path

Searched refs:swapfs_reserve (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c61 pgcnt_t swapfs_reserve = 0; variable
87 initial_swapfs_reserve = swapfs_reserve; in swapfs_recalc_save_initial()
155 swapfs_reserve = new_swapfs_reserve; in swapfs_recalc()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dswapnode.h47 extern pgcnt_t swapfs_reserve; /* amount of availrmem (in pages) */
/titanic_50/usr/src/uts/common/vm/
H A Dvm_anon.c863 floor_pages = swapfs_minfree + swapfs_reserve; in anon_resvmem()
872 if (availrmem > (swapfs_minfree + swapfs_reserve + mswap_pages) || in anon_resvmem()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c3559 n = PAGESIZE * (availrmem - swapfs_minfree - swapfs_reserve - in arc_available_memory()