MCPcopy 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
59static __inline boolean_t
60vm_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
pmap_releaseFunction · 0.85
pmap_releaseFunction · 0.85
vm_object_zdtorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected