Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_meter.c435 v += vm_dom[i].vmd_pagequeues[pq].pq_cnt; in vm_pagequeue_count()
493 "active", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_cnt, 0, in vm_domain_stats_init()
500 "inactive", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_INACTIVE].pq_cnt, 0, in vm_domain_stats_init()
507 "laundry", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt, 0, in vm_domain_stats_init()
514 CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_UNSWAPPABLE].pq_cnt, 0, in vm_domain_stats_init()
H A Dvm_pageout.c750 vm_pageout_init_scan(&ss, pq, marker, NULL, pq->pq_cnt); in vm_pageout_launder()
1063 vmd->vmd_pagequeues[PQ_INACTIVE].pq_cnt; in vm_pageout_laundry_worker()
1064 ndirty = vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt; in vm_pageout_laundry_worker()
1153 (vmd->vmd_pagequeues[PQ_INACTIVE].pq_cnt + in vm_pageout_active_target()
1154 vmd->vmd_pagequeues[PQ_LAUNDRY].pq_cnt / act_scan_laundry_weight); in vm_pageout_active_target()
1185 min_scan = pq->pq_cnt; in vm_pageout_scan_active()
1190 if (min_scan > 0 || (page_shortage > 0 && pq->pq_cnt > 0)) in vm_pageout_scan_active()
1206 max_scan = page_shortage > 0 ? pq->pq_cnt : min_scan; in vm_pageout_scan_active()
1453 vm_pageout_init_scan(&ss, pq, marker, NULL, pq->pq_cnt); in vm_pageout_scan_inactive()
1752 (pq->pq_cnt > 0 || atomic_load_acq_int(&swapdev_enabled))) { in vm_pageout_inactive()
H A Dvm_pagequeue.h68 int pq_cnt; member
337 pq->pq_cnt += addend; in vm_pagequeue_cnt_add()
H A Dvm_page.c5659 vm_dom[dom].vmd_pagequeues[PQ_ACTIVE].pq_cnt, in DB_SHOW_COMMAND_FLAGS()
5660 vm_dom[dom].vmd_pagequeues[PQ_INACTIVE].pq_cnt, in DB_SHOW_COMMAND_FLAGS()
5661 vm_dom[dom].vmd_pagequeues[PQ_LAUNDRY].pq_cnt, in DB_SHOW_COMMAND_FLAGS()
5662 vm_dom[dom].vmd_pagequeues[PQ_UNSWAPPABLE].pq_cnt); in DB_SHOW_COMMAND_FLAGS()