Searched defs:swapfs_minfree (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c48 * swapfs_minfree is the amount of physical memory (actually remaining
50 * means that swapfs can only grow to availrmem - swapfs_minfree. This
56 * not swapfs_minfree.
60 pgcnt_t swapfs_minfree = 0; variable
86 initial_swapfs_minfree = swapfs_minfree;
111 * setting swapfs_desfree at boot time, not swapfs_minfree.
112 * However, swapfs_minfree is tunable by install as a
120 * remains greater than swapfs_minfree; in the case of non-priv
122 * doesn't fall below (swapfs_minfree + swapfs_reserve). Thus,
154 swapfs_minfree
[all...]

Completed in 46 milliseconds