Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_page_inactive
Function
vm_page_inactive
freebsd/vm/vm_page.h:933–938 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
931
}
932
933
static inline bool
934
vm_page_inactive(vm_page_t m)
935
{
936
937
return (vm_page_queue(m) == PQ_INACTIVE);
938
}
939
940
static inline bool
941
vm_page_in_laundry(vm_page_t m)
Callers
1
vm_fault_dontneed
Function · 0.85
Calls
1
vm_page_queue
Function · 0.85
Tested by
no test coverage detected