Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/vm/
HDvm_meter.c461 return (vm_pagequeue_count(PQ_LAUNDRY) + in vm_laundry_count()
491 ret = vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt + in sysctl_vm_laundry_pages()
528 &vmd->vmd_pagequeues[PQ_LAUNDRY].pq_pdpages, 0, in vm_domain_stats_init()
HDvm_pageout.c746 queue = PQ_LAUNDRY; in vm_pageout_launder()
945 queue = PQ_LAUNDRY; in vm_pageout_launder()
997 pq = &vmd->vmd_pagequeues[PQ_LAUNDRY]; in vm_pageout_laundry_worker()
1069 ndirty = vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt; in vm_pageout_laundry_worker()
1159 vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt / act_scan_laundry_weight); in vm_pageout_active_target()
1355 nqueue = PQ_LAUNDRY; in vm_pageout_scan_active()
1740 pq = &vmd->vmd_pagequeues[PQ_LAUNDRY]; in vm_pageout_inactive()
HDvm_page.h332 #define PQ_LAUNDRY 2 macro
941 return (queue == PQ_LAUNDRY || queue == PQ_UNSWAPPABLE); in vm_page_in_laundry()
HDvm_swapout.c548 vm_page_unwire(m, PQ_LAUNDRY); in vm_thread_swapout()
HDvm_page.c453 *__DECONST(const char **, &vmd->vmd_pagequeues[PQ_LAUNDRY].pq_name) = in vm_page_domain_init()
4180 vm_page_mvqueue(m, PQ_LAUNDRY, PGA_REQUEUE); in vm_page_launder()
5561 vm_dom[dom].vmd_pagequeues[PQ_LAUNDRY].pq_cnt, in DB_SHOW_COMMAND()