Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dswap.h209 #define SE_NOSWAP -1 /* No physical swap slots available */ macro
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2031 if (err == SE_NOSWAP) in tmp_putpage()
2101 ASSERT(err == SE_NOSWAP); in tmp_putapage()
2146 if (err && err != ENOMEM && err != SE_NOSWAP) in tmp_putapage()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c1695 error = (ap->an_pvp ? 0 : SE_NOSWAP); in swap_newphysname()