Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
824
void
825
vm_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_busy
Function · 0.85
page_hold
Function · 0.85
vn_read_from_obj
Function · 0.85
vm_page_grab_sleep
Function · 0.85
Calls
1
vm_page_aflag_set
Function · 0.85
Tested by
no test coverage detected