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

/netbsd-current/sys/uvm/
H A Duvm_stat.c138 (*pr)(" nswapdev=%d, swpgavail=%d\n",
139 uvmexp.nswapdev, uvmexp.swpgavail);
H A Duvm_swap.c1033 uvmexp.swpgavail += size;
1070 uvmexp.swpgavail -= npages;
1092 uvmexp.swpgavail += npages;
1731 rv = (swpgonly >= uvmexp.swpgavail);
H A Duvm_extern.h348 int swpgavail; /* number of swap pages currently available */ member in struct:uvmexp
H A Duvm_pdaemon.c928 uvmexp.swpginuse >= uvmexp.swpgavail &&
/netbsd-current/sys/fs/tmpfs/
H A Dtmpfs_mem.c98 size += uvmexp.swpgavail;
/netbsd-current/sys/ufs/chfs/
H A Dchfs_subr.c78 size += uvmexp.swpgavail;

Completed in 279 milliseconds