swap_free
mdb_printf("%8llu pages of unallocated swap\n", vm.swap_free);
SAVE_UINT64(ksi, vminfo, swap_free);
vminfo.swap_free += free;
uint64_t swap_free; /* (1 sec) += unallocated swap in pages */