Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_page_active
Function
vm_page_active
freebsd/vm/vm_page.h:926–931 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
924
}
925
926
static inline bool
927
vm_page_active(vm_page_t m)
928
{
929
930
return (vm_page_queue(m) == PQ_ACTIVE);
931
}
932
933
static inline bool
934
vm_page_inactive(vm_page_t m)
Callers
1
vm_swapout_object_deactivate_page
Function · 0.85
Calls
1
vm_page_queue
Function · 0.85
Tested by
no test coverage detected