MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_radix_root_load

Function vm_radix_root_load

freebsd/vm/vm_radix.c:235–240  ·  view source on GitHub ↗

* Get the root node for a radix tree. */

Source from the content-addressed store, hash-verified

233 * Get the root node for a radix tree.
234 */
235static __inline struct vm_radix_node *
236vm_radix_root_load(struct vm_radix *rtree, enum vm_radix_access access)
237{
238
239 return (vm_radix_node_load((smrnode_t *)&rtree->rt_root, access));
240}
241
242/*
243 * Set the root node for a radix tree.

Callers 8

vm_radix_insertFunction · 0.85
vm_radix_is_singletonFunction · 0.85
_vm_radix_lookupFunction · 0.85
vm_radix_lookup_geFunction · 0.85
vm_radix_lookup_leFunction · 0.85
vm_radix_removeFunction · 0.85
vm_radix_replaceFunction · 0.85

Calls 1

vm_radix_node_loadFunction · 0.85

Tested by

no test coverage detected