Searched refs:PQ_ACTIVE (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_meter.c | 464 return (vm_pagequeue_count(PQ_ACTIVE)); in vm_active_count() 513 "active", CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_cnt, 0, in vm_domain_stats_init() 517 &vmd->vmd_pagequeues[PQ_ACTIVE].pq_pdpages, 0, in vm_domain_stats_init()
|
| H A D | vm_pageout.c | 844 new.queue = PQ_ACTIVE; in vm_pageout_launder() 1183 marker = &vmd->vmd_markers[PQ_ACTIVE]; in vm_pageout_scan_active() 1184 pq = &vmd->vmd_pagequeues[PQ_ACTIVE]; in vm_pageout_scan_active() 1239 if (vm_pageout_defer(m, PQ_ACTIVE, true)) in vm_pageout_scan_active() 1323 if (old.queue != PQ_ACTIVE) { in vm_pageout_scan_active() 1326 new.queue = PQ_ACTIVE; in vm_pageout_scan_active() 1565 new.queue = PQ_ACTIVE; in vm_pageout_scan_inactive()
|
| H A D | vm_page.h | 333 #define PQ_ACTIVE 1 macro 930 return (vm_page_queue(m) == PQ_ACTIVE); in vm_page_active()
|
| H A D | vm_page.c | 450 *__DECONST(const char **, &vmd->vmd_pagequeues[PQ_ACTIVE].pq_name) = in vm_page_domain_init() 488 vm_page_init_marker(&vmd->vmd_clock[0], PQ_ACTIVE, PGA_ENQUEUED); in vm_page_domain_init() 489 vm_page_init_marker(&vmd->vmd_clock[1], PQ_ACTIVE, PGA_ENQUEUED); in vm_page_domain_init() 490 TAILQ_INSERT_HEAD(&vmd->vmd_pagequeues[PQ_ACTIVE].pq_pl, in vm_page_domain_init() 492 TAILQ_INSERT_TAIL(&vmd->vmd_pagequeues[PQ_ACTIVE].pq_pl, in vm_page_domain_init() 1217 vm_page_unwire(*ma, PQ_ACTIVE); in vm_page_unhold_pages() 4079 if (nqueue == PQ_ACTIVE) in vm_page_mvqueue() 4082 if (nqueue != PQ_ACTIVE) in vm_page_mvqueue() 4098 vm_page_mvqueue(m, PQ_ACTIVE, PGA_REQUEUE); in vm_page_activate() 4179 if (nflag != PGA_REQUEUE_HEAD && old.queue == PQ_ACTIVE) in vm_page_release_toq() [all …]
|
| H A D | vm_glue.c | 258 vm_page_unwire(m, PQ_ACTIVE); in vm_imgact_unmap_page()
|
| H A D | vm_object.c | 2581 if (m->a.queue == PQ_ACTIVE) in sysctl_vm_object_list()
|
| H A D | vm_map.c | 3436 failed_addr - entry->start, PQ_ACTIVE); in vm_map_wire_entry_failure() 3834 PQ_ACTIVE); in vm_map_entry_unwire()
|
| /f-stack/freebsd/kern/ |
| H A D | sys_process.c | 288 vm_page_unwire(m, PQ_ACTIVE); in proc_rwmem()
|
| H A D | kern_exec.c | 1026 vm_page_unwire(m, PQ_ACTIVE); in exec_unmap_first_page()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm.c | 1033 vm_page_unwire(m, PQ_ACTIVE); in vm_gpa_release()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 453 vm_page_unwire(pp, PQ_ACTIVE); in page_unhold()
|