Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_meter.c478 return (vm_pagequeue_count(PQ_LAUNDRY)); in vm_laundry_count()
527 "laundry", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt, 0, in vm_domain_stats_init()
531 &vmd->vmd_pagequeues[PQ_LAUNDRY].pq_pdpages, 0, in vm_domain_stats_init()
H A Dvm_pageout.c749 queue = PQ_LAUNDRY; in vm_pageout_launder()
948 queue = PQ_LAUNDRY; in vm_pageout_launder()
1000 pq = &vmd->vmd_pagequeues[PQ_LAUNDRY]; in vm_pageout_laundry_worker()
1072 ndirty = vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt; in vm_pageout_laundry_worker()
1162 vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt / act_scan_laundry_weight); in vm_pageout_active_target()
1358 nqueue = PQ_LAUNDRY; in vm_pageout_scan_active()
1743 pq = &vmd->vmd_pagequeues[PQ_LAUNDRY]; in vm_pageout_inactive()
H A Dvm_page.h334 #define PQ_LAUNDRY 2 macro
946 return (queue == PQ_LAUNDRY || queue == PQ_UNSWAPPABLE); in vm_page_in_laundry()
H A Dvm_swapout.c547 vm_page_unwire(m, PQ_LAUNDRY); in vm_thread_swapout()
H A Dvm_page.c452 *__DECONST(const char **, &vmd->vmd_pagequeues[PQ_LAUNDRY].pq_name) = in vm_page_domain_init()
4126 vm_page_mvqueue(m, PQ_LAUNDRY, PGA_REQUEUE); in vm_page_launder()
5501 vm_dom[dom].vmd_pagequeues[PQ_LAUNDRY].pq_cnt, in DB_SHOW_COMMAND()