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

Function vm_page_reference

freebsd/vm/vm_page.c:824–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824void
825vm_page_reference(vm_page_t m)
826{
827
828 vm_page_aflag_set(m, PGA_REFERENCED);
829}
830
831/*
832 * vm_page_trybusy

Callers 4

page_busyFunction · 0.85
page_holdFunction · 0.85
vn_read_from_objFunction · 0.85
vm_page_grab_sleepFunction · 0.85

Calls 1

vm_page_aflag_setFunction · 0.85

Tested by

no test coverage detected