Home
last modified time | relevance | path

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

/netbsd/src/sys/uvm/
Duvm_stat.c139 uvmexp.nswapdev, uvmexp.swpgavail); in uvmexp_print()
Duvm_swap.c1033 uvmexp.swpgavail += size; in swap_on()
1070 uvmexp.swpgavail -= npages; in swap_off()
1092 uvmexp.swpgavail += npages; in swap_off()
1735 rv = (swpgonly >= uvmexp.swpgavail); in uvm_swapisfull()
Duvm_extern.h348 int swpgavail; /* number of swap pages currently available */ member
Duvm_pdaemon.c928 uvmexp.swpginuse >= uvmexp.swpgavail && in uvmpd_scan()
/netbsd/src/sys/fs/tmpfs/
Dtmpfs_mem.c98 size += uvmexp.swpgavail; in tmpfs_mem_info()
/netbsd/src/sys/ufs/chfs/
Dchfs_subr.c78 size += uvmexp.swpgavail; in chfs_mem_info()