Home
last modified time | relevance | path

Searched refs:PQ_LAUNDRY (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/vm/
H A Dvm_meter.c458 return (vm_pagequeue_count(PQ_LAUNDRY) + in vm_laundry_count()
488 ret = vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt + in sysctl_vm_laundry_pages()
525 &vmd->vmd_pagequeues[PQ_LAUNDRY].pq_pdpages, 0, in vm_domain_stats_init()
H A Dvm_pageout.c719 queue = PQ_LAUNDRY; in vm_pageout_launder()
915 queue = PQ_LAUNDRY; in vm_pageout_launder()
967 pq = &vmd->vmd_pagequeues[PQ_LAUNDRY]; in vm_pageout_laundry_worker()
1039 ndirty = vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt; in vm_pageout_laundry_worker()
1129 vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt / act_scan_laundry_weight); in vm_pageout_active_target()
1325 nqueue = PQ_LAUNDRY; in vm_pageout_scan_active()
1725 pq = &vmd->vmd_pagequeues[PQ_LAUNDRY]; in vm_pageout_inactive()
H A Dvm_page.h330 #define PQ_LAUNDRY 2 macro
956 return (queue == PQ_LAUNDRY || queue == PQ_UNSWAPPABLE); in vm_page_in_laundry()
H A Dvm_page.c452 *__DECONST(const char **, &vmd->vmd_pagequeues[PQ_LAUNDRY].pq_name) = in vm_page_domain_init()
4514 vm_page_mvqueue(m, PQ_LAUNDRY, PGA_REQUEUE); in vm_page_launder()
5946 vm_dom[dom].vmd_pagequeues[PQ_LAUNDRY].pq_cnt, in DB_SHOW_COMMAND_FLAGS()