Searched refs:pgb_nfree (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm_pglist.h66 uintptr_t pgb_nfree; /* total # free pages, all colors */ member in struct:pgflbucket
H A Duvm_pgflcache.c153 pgb->pgb_nfree -= (count - pcc->count);
191 pgb->pgb_nfree += adj;
H A Duvm_page.c315 pgb->pgb_nfree = 0;
820 npgb->pgb_nfree++;
1017 if (pgb->pgb_nfree == 0) {
1024 if (__predict_false(pgb->pgb_nfree <= uvmexp.reserve_kernel)) {
1026 (pgb->pgb_nfree <= uvmexp.reserve_pagedaemon &&
1049 pgb->pgb_nfree--;
1565 pgb->pgb_nfree++;
2250 b, pgb, pgb->pgb_nfree,
H A Duvm_pglist.c102 pgb->pgb_nfree--;

Completed in 183 milliseconds