Searched refs:PQ_ACTIVE (Results 1 – 12 of 12) sorted by relevance
| /src/sys/vm/ |
| H A D | vm_meter.c | 444 return (vm_pagequeue_count(PQ_ACTIVE)); in vm_active_count() 506 "active", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_cnt, 0, in vm_domain_stats_init() 510 &vmd->vmd_pagequeues[PQ_ACTIVE].pq_pdpages, 0, in vm_domain_stats_init()
|
| H A D | vm_pageout.c | 839 new.queue = PQ_ACTIVE; in vm_pageout_launder() 1175 marker = &vmd->vmd_markers[PQ_ACTIVE]; in vm_pageout_scan_active() 1176 pq = &vmd->vmd_pagequeues[PQ_ACTIVE]; in vm_pageout_scan_active() 1231 if (vm_pageout_defer(m, PQ_ACTIVE, true)) in vm_pageout_scan_active() 1315 if (old.queue != PQ_ACTIVE) { in vm_pageout_scan_active() 1318 new.queue = PQ_ACTIVE; in vm_pageout_scan_active() 1584 new.queue = PQ_ACTIVE; in vm_pageout_scan_inactive()
|
| H A D | vm_page.h | 324 #define PQ_ACTIVE 1 macro 889 return (vm_page_queue(m) == PQ_ACTIVE); in vm_page_active()
|
| H A D | vm_page.c | 466 *__DECONST(const char **, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_name) = in vm_page_domain_init() 505 vm_page_init_marker(&vmd->vmd_clock[0], PQ_ACTIVE, PGA_ENQUEUED); in vm_page_domain_init() 506 vm_page_init_marker(&vmd->vmd_clock[1], PQ_ACTIVE, PGA_ENQUEUED); in vm_page_domain_init() 507 TAILQ_INSERT_HEAD(&vmd->vmd_pagequeues[PQ_ACTIVE].pq_pl, in vm_page_domain_init() 509 TAILQ_INSERT_TAIL(&vmd->vmd_pagequeues[PQ_ACTIVE].pq_pl, in vm_page_domain_init() 1282 vm_page_unwire(*ma, PQ_ACTIVE); in vm_page_unhold_pages() 4393 if (nqueue == PQ_ACTIVE) in vm_page_mvqueue() 4400 if (nqueue != PQ_ACTIVE || in vm_page_mvqueue() 4417 vm_page_mvqueue(m, PQ_ACTIVE, PGA_REQUEUE); in vm_page_activate() 4499 if (nflag != PGA_REQUEUE_HEAD && old.queue == PQ_ACTIVE && in vm_page_release_toq() [all …]
|
| H A D | vm_glue.c | 266 vm_page_unwire(m, PQ_ACTIVE); in vm_imgact_unmap_page()
|
| H A D | vm_map.c | 3532 failed_addr - entry->start, PQ_ACTIVE); in vm_map_wire_entry_failure() 3927 PQ_ACTIVE); in vm_map_entry_unwire()
|
| /src/sys/dev/vmm/ |
| H A D | vmm_mem.c | 488 vm_page_unwire(m, PQ_ACTIVE); in vm_gpa_release()
|
| /src/sys/compat/linuxkpi/common/src/ |
| H A D | linux_page.c | 186 vm_page_unwire(pgo, PQ_ACTIVE); in linux_free_pages()
|
| /src/sys/kern/ |
| H A D | sys_process.c | 422 vm_page_unwire(m, PQ_ACTIVE); in proc_rwmem()
|
| H A D | kern_exec.c | 1114 vm_page_unwire(m, PQ_ACTIVE); in exec_unmap_first_page()
|
| /src/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 2442 vm_page_unwire(pg, PQ_ACTIVE); in aiotx_free_pgs()
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 466 vm_page_unwire(pp, PQ_ACTIVE); in page_unhold()
|