Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_radix_is_empty
Function
vm_radix_is_empty
freebsd/vm/vm_radix.h:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
static __inline boolean_t
60
vm_radix_is_empty(struct vm_radix *rtree)
61
{
62
63
return (rtree->rt_root == 0);
64
}
65
66
#endif /* _KERNEL */
67
#endif /* !_VM_RADIX_H_ */
Callers
5
__CONCAT(PMTYPE, pinit)
Function · 0.85
__CONCAT(PMTYPE, release)
Function · 0.85
pmap_release
Function · 0.85
pmap_release
Function · 0.85
vm_object_zdtor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected