Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/vm/
HDvm_meter.c447 return (vm_pagequeue_count(PQ_ACTIVE)); in vm_active_count()
509 "active", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_cnt, 0, in vm_domain_stats_init()
513 &vmd->vmd_pagequeues[PQ_ACTIVE].pq_pdpages, 0, in vm_domain_stats_init()
HDvm_pageout.c856 new.queue = PQ_ACTIVE; in vm_pageout_launder()
1192 marker = &vmd->vmd_markers[PQ_ACTIVE]; in vm_pageout_scan_active()
1193 pq = &vmd->vmd_pagequeues[PQ_ACTIVE]; in vm_pageout_scan_active()
1248 if (vm_pageout_defer(m, PQ_ACTIVE, true)) in vm_pageout_scan_active()
1332 if (old.queue != PQ_ACTIVE) { in vm_pageout_scan_active()
1335 new.queue = PQ_ACTIVE; in vm_pageout_scan_active()
1574 new.queue = PQ_ACTIVE; in vm_pageout_scan_inactive()
HDvm_page.c451 *__DECONST(const char **, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_name) = in vm_page_domain_init()
490 vm_page_init_marker(&vmd->vmd_clock[0], PQ_ACTIVE, PGA_ENQUEUED); in vm_page_domain_init()
491 vm_page_init_marker(&vmd->vmd_clock[1], PQ_ACTIVE, PGA_ENQUEUED); in vm_page_domain_init()
492 TAILQ_INSERT_HEAD(&vmd->vmd_pagequeues[PQ_ACTIVE].pq_pl, in vm_page_domain_init()
494 TAILQ_INSERT_TAIL(&vmd->vmd_pagequeues[PQ_ACTIVE].pq_pl, in vm_page_domain_init()
1216 vm_page_unwire(*ma, PQ_ACTIVE); in vm_page_unhold_pages()
4198 if (nqueue == PQ_ACTIVE) in vm_page_mvqueue()
4205 if (nqueue != PQ_ACTIVE || in vm_page_mvqueue()
4222 vm_page_mvqueue(m, PQ_ACTIVE, PGA_REQUEUE); in vm_page_activate()
4304 if (nflag != PGA_REQUEUE_HEAD && old.queue == PQ_ACTIVE && in vm_page_release_toq()
[all …]
HDvm_page.h331 #define PQ_ACTIVE 1 macro
933 return (vm_page_queue(m) == PQ_ACTIVE); in vm_page_active()
HDvm_glue.c257 vm_page_unwire(m, PQ_ACTIVE); in vm_imgact_unmap_page()
HDvm_map.c3498 failed_addr - entry->start, PQ_ACTIVE); in vm_map_wire_entry_failure()
3893 PQ_ACTIVE); in vm_map_entry_unwire()
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDmm.h335 vm_page_unwire(page, PQ_ACTIVE); in put_page()
/freebsd-14-stable/sys/kern/
HDsys_process.c427 vm_page_unwire(m, PQ_ACTIVE); in proc_rwmem()
HDkern_exec.c1084 vm_page_unwire(m, PQ_ACTIVE); in exec_unmap_first_page()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_cpl_io.c2082 vm_page_unwire(pg, PQ_ACTIVE); in aiotx_free_pgs()
/freebsd-14-stable/sys/amd64/vmm/
HDvmm.c1219 vm_page_unwire(m, PQ_ACTIVE); in vm_gpa_release()
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_vnops_os.c358 vm_page_unwire(pp, PQ_ACTIVE); in page_unhold()