Lines Matching refs:npages
174 val = uvmexp.npages / 30; in uvmpd_tune()
190 uvmexp.wiredmax = uvmexp.npages / 3; in uvmpd_tune()
342 int s, npages; in uvm_aiodone_daemon() local
362 npages = 0; in uvm_aiodone_daemon()
366 npages += bp->b_bufsize >> PAGE_SHIFT; in uvm_aiodone_daemon()
379 atomic_sub_int(&uvmexp.paging, npages); in uvm_aiodone_daemon()
473 int npages; in uvmpd_scan_inactive() local
720 npages = swcpages; in uvmpd_scan_inactive()
734 npages = sizeof(pps) / sizeof(struct vm_page *); in uvmpd_scan_inactive()
760 &ppsp, &npages, PGO_ALLPAGES|PGO_PDFREECLUST, start, 0); in uvmpd_scan_inactive()
784 atomic_add_int(&uvmexp.paging, npages); in uvmpd_scan_inactive()