Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_meter.c455 v += vm_dom[i].vmd_pagequeues[pq].pq_cnt; in vm_pagequeue_count()
513 "active", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_cnt, 0, in vm_domain_stats_init()
520 "inactive", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_INACTIVE].pq_cnt, 0, in vm_domain_stats_init()
527 "laundry", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt, 0, in vm_domain_stats_init()
534 CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_UNSWAPPABLE].pq_cnt, 0, in vm_domain_stats_init()
H A Dvm_pagequeue.h72 int pq_cnt; member
339 pq->pq_cnt += addend; in vm_pagequeue_cnt_add()
H A Dvm_pageout.c755 vm_pageout_init_scan(&ss, pq, marker, NULL, pq->pq_cnt); in vm_pageout_launder()
1071 vmd->vmd_pagequeues[PQ_INACTIVE].pq_cnt; in vm_pageout_laundry_worker()
1072 ndirty = vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt; in vm_pageout_laundry_worker()
1161 (vmd->vmd_pagequeues[PQ_INACTIVE].pq_cnt + in vm_pageout_active_target()
1162 vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt / act_scan_laundry_weight); in vm_pageout_active_target()
1193 min_scan = pq->pq_cnt; in vm_pageout_scan_active()
1198 if (min_scan > 0 || (page_shortage > 0 && pq->pq_cnt > 0)) in vm_pageout_scan_active()
1214 max_scan = page_shortage > 0 ? pq->pq_cnt : min_scan; in vm_pageout_scan_active()
1461 vm_pageout_init_scan(&ss, pq, marker, NULL, pq->pq_cnt); in vm_pageout_scan_inactive()
1746 (pq->pq_cnt > 0 || atomic_load_acq_int(&swapdev_enabled))) { in vm_pageout_inactive()
H A Dvm_page.c5499 vm_dom[dom].vmd_pagequeues[PQ_ACTIVE].pq_cnt, in DB_SHOW_COMMAND()
5500 vm_dom[dom].vmd_pagequeues[PQ_INACTIVE].pq_cnt, in DB_SHOW_COMMAND()
5501 vm_dom[dom].vmd_pagequeues[PQ_LAUNDRY].pq_cnt, in DB_SHOW_COMMAND()
5502 vm_dom[dom].vmd_pagequeues[PQ_UNSWAPPABLE].pq_cnt); in DB_SHOW_COMMAND()