Home
last modified time | relevance | path

Searched refs:swapfs_desfree (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c59 pgcnt_t swapfs_desfree = 0; variable
85 initial_swapfs_desfree = swapfs_desfree; in swapfs_recalc_save_initial()
153 swapfs_desfree = new_swapfs_desfree; in swapfs_recalc()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dswapnode.h45 extern pgcnt_t swapfs_desfree;
/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c1316 if (swapfs_minfree < swapfs_desfree) { in swapadd()
1318 if (availrmem > swapfs_desfree || !k_anoninfo.ani_mem_resv) in swapadd()
1319 swapfs_minfree = swapfs_desfree; in swapadd()