Searched refs:PQ_LAUNDRY (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_meter.c | 478 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 D | vm_pageout.c | 749 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 D | vm_page.h | 334 #define PQ_LAUNDRY 2 macro 946 return (queue == PQ_LAUNDRY || queue == PQ_UNSWAPPABLE); in vm_page_in_laundry()
|
| H A D | vm_swapout.c | 547 vm_page_unwire(m, PQ_LAUNDRY); in vm_thread_swapout()
|
| H A D | vm_page.c | 452 *__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()
|