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

Function vm_page_try_remove_write

freebsd/vm/vm_page.c:4293–4298  ·  view source on GitHub ↗

* Atomically check for wirings and remove all writeable mappings of the page. */

Source from the content-addressed store, hash-verified

4291 * Atomically check for wirings and remove all writeable mappings of the page.
4292 */
4293bool
4294vm_page_try_remove_write(vm_page_t m)
4295{
4296
4297 return (vm_page_try_blocked_op(m, pmap_remove_write));
4298}
4299
4300/*
4301 * vm_page_advise

Callers 3

vm_object_page_removeFunction · 0.85
vm_pageout_clusterFunction · 0.85
vm_pageout_cleanFunction · 0.85

Calls 1

vm_page_try_blocked_opFunction · 0.85

Tested by

no test coverage detected