MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_page_launder

Function vm_page_launder

freebsd/vm/vm_page.c:4122–4127  ·  view source on GitHub ↗

* Put a page in the laundry, or requeue it if it is already there. */

Source from the content-addressed store, hash-verified

4120 * Put a page in the laundry, or requeue it if it is already there.
4121 */
4122void
4123vm_page_launder(vm_page_t m)
4124{
4125
4126 vm_page_mvqueue(m, PQ_LAUNDRY, PGA_REQUEUE);
4127}
4128
4129/*
4130 * Put a page in the PQ_UNSWAPPABLE holding queue.

Callers 5

shm_dotruncate_lockedFunction · 0.85
vm_page_adviseFunction · 0.85
swp_pager_force_dirtyFunction · 0.85
vm_pageout_launderFunction · 0.85
vm_pageout_scan_inactiveFunction · 0.85

Calls 1

vm_page_mvqueueFunction · 0.85

Tested by

no test coverage detected