Home
last modified time | relevance | path

Searched refs:swap_free (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/mdb/demo/common/
H A Dexample1.c87 mdb_printf("%8llu pages of unallocated swap\n", vm.swap_free); in vminfo()
/titanic_50/usr/src/uts/common/sys/
H A Dswap.h203 #define swap_free(AP) macro
H A Dsysinfo.h184 uint64_t swap_free; /* (1 sec) += unallocated swap in pages */ member
/titanic_50/usr/src/uts/common/os/
H A Dclock.c857 vminfo.swap_free += free; in clock()
/titanic_50/usr/src/cmd/stat/kstat/
H A Dkstat.c1084 SAVE_UINT64(ksi, vminfo, swap_free); in save_vminfo()
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs396 SAVE_UINT64(self, vminfop, swap_free); in save_vminfo()