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

Function vm_page_activate

freebsd/vm/vm_page.c:4094–4099  ·  view source on GitHub ↗

* Put the specified page on the active list (if appropriate). */

Source from the content-addressed store, hash-verified

4092 * Put the specified page on the active list (if appropriate).
4093 */
4094void
4095vm_page_activate(vm_page_t m)
4096{
4097
4098 vm_page_mvqueue(m, PQ_ACTIVE, PGA_REQUEUE);
4099}
4100
4101/*
4102 * Move the specified page to the tail of the inactive queue, or requeue

Callers 10

mappedread_sfFunction · 0.85
dmu_read_pagesFunction · 0.85
uiomove_object_pageFunction · 0.85
vm_page_readahead_finishFunction · 0.85
vm_page_adviseFunction · 0.85
vm_fault_populateFunction · 0.85
vm_faultFunction · 0.85
vm_fault_copy_entryFunction · 0.85
swp_pager_async_iodoneFunction · 0.85
vm_pageout_flushFunction · 0.85

Calls 1

vm_page_mvqueueFunction · 0.85

Tested by

no test coverage detected