Home
last modified time | relevance | path

Searched refs:PQ_ACTIVE (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/sys/vm/
H A Dvm_meter.c449 return (vm_pagequeue_count(PQ_ACTIVE)); in vm_active_count()
498 "active", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_cnt, 0, in vm_domain_stats_init()
502 &vmd->vmd_pagequeues[PQ_ACTIVE].pq_pdpages, 0, in vm_domain_stats_init()
H A Dvm_pageout.c843 new.queue = PQ_ACTIVE; in vm_pageout_launder()
1182 marker = &vmd->vmd_markers[PQ_ACTIVE]; in vm_pageout_scan_active()
1183 pq = &vmd->vmd_pagequeues[PQ_ACTIVE]; in vm_pageout_scan_active()
1238 if (vm_pageout_defer(m, PQ_ACTIVE, true)) in vm_pageout_scan_active()
1322 if (old.queue != PQ_ACTIVE) { in vm_pageout_scan_active()
1325 new.queue = PQ_ACTIVE; in vm_pageout_scan_active()
1564 new.queue = PQ_ACTIVE; in vm_pageout_scan_inactive()
H A Dvm_page.c449 *__DECONST(const char **, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_name) = in vm_page_domain_init()
487 vm_page_init_marker(&vmd->vmd_clock[0], PQ_ACTIVE, PGA_ENQUEUED); in vm_page_domain_init()
488 vm_page_init_marker(&vmd->vmd_clock[1], PQ_ACTIVE, PGA_ENQUEUED); in vm_page_domain_init()
489 TAILQ_INSERT_HEAD(&vmd->vmd_pagequeues[PQ_ACTIVE].pq_pl, in vm_page_domain_init()
491 TAILQ_INSERT_TAIL(&vmd->vmd_pagequeues[PQ_ACTIVE].pq_pl, in vm_page_domain_init()
1215 vm_page_unwire(*ma, PQ_ACTIVE); in vm_page_unhold_pages()
4112 if (nqueue == PQ_ACTIVE) in vm_page_mvqueue()
4119 if (nqueue != PQ_ACTIVE || in vm_page_mvqueue()
4136 vm_page_mvqueue(m, PQ_ACTIVE, PGA_REQUEUE); in vm_page_activate()
4217 if (nflag != PGA_REQUEUE_HEAD && old.queue == PQ_ACTIVE && in vm_page_release_toq()
[all …]
H A Dvm_page.h333 #define PQ_ACTIVE 1 macro
927 return (vm_page_queue(m) == PQ_ACTIVE); in vm_page_active()
H A Dvm_glue.c258 vm_page_unwire(m, PQ_ACTIVE); in vm_imgact_unmap_page()
H A Dvm_object.c2604 if (m->a.queue == PQ_ACTIVE) in vm_object_list_handler()
H A Dvm_map.c3407 failed_addr - entry->start, PQ_ACTIVE); in vm_map_wire_entry_failure()
3805 PQ_ACTIVE); in vm_map_entry_unwire()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h271 vm_page_unwire(page, PQ_ACTIVE); in put_page()
/freebsd-13.1/sys/kern/
H A Dsys_process.c290 vm_page_unwire(m, PQ_ACTIVE); in proc_rwmem()
H A Dkern_exec.c1086 vm_page_unwire(m, PQ_ACTIVE); in exec_unmap_first_page()
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm.c1050 vm_page_unwire(m, PQ_ACTIVE); in vm_gpa_release()
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c2106 vm_page_unwire(pg, PQ_ACTIVE); in aiotx_free_pgs()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c459 vm_page_unwire(pp, PQ_ACTIVE); in page_unhold()