Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/uvm/
H A Duvm_stat.c106 uvmexp.nswapdev, uvmexp.swpgavail); in uvmexp_print()
H A Duvm_swap.c1018 uvmexp.swpgavail += size; in swap_on()
1052 uvmexp.swpgavail -= npages; in swap_off()
1074 uvmexp.swpgavail += npages; in swap_off()
1693 rv = (swpgonly >= uvmexp.swpgavail); in uvm_swapisfull()
H A Duvm_extern.h298 int swpgavail; /* number of swap pages currently available */ member
H A Duvm_pdaemon.c953 uvmexp.swpginuse >= uvmexp.swpgavail && in uvmpd_scan()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/tmpfs/
H A Dtmpfs_mem.c101 size += uvmexp.swpgavail; in tmpfs_mem_info()
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/chfs/
H A Dchfs_subr.c78 size += uvmexp.swpgavail; in chfs_mem_info()