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

Function vm_page_deactivate_noreuse

freebsd/vm/vm_page.c:4112–4117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4110}
4111
4112void
4113vm_page_deactivate_noreuse(vm_page_t m)
4114{
4115
4116 vm_page_mvqueue(m, PQ_INACTIVE, PGA_REQUEUE_HEAD);
4117}
4118
4119/*
4120 * Put a page in the laundry, or requeue it if it is already there.

Callers 4

vm_page_adviseFunction · 0.85
vm_object_page_noreuseFunction · 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