Home
last modified time | relevance | path

Searched refs:smrnode_t (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/vm/
H A Dvm_radix.c111 typedef SMR_POINTER(struct vm_radix_node *) smrnode_t; typedef
117 smrnode_t rn_child[VM_RADIX_COUNT]; /* Child nodes. */
123 static void vm_radix_node_store(smrnode_t *p, struct vm_radix_node *v,
216 vm_radix_node_load(smrnode_t *p, enum vm_radix_access access) in vm_radix_node_load()
231 vm_radix_node_store(smrnode_t *p, struct vm_radix_node *v, in vm_radix_node_store()
254 return (vm_radix_node_load((smrnode_t *)&rtree->rt_root, access)); in vm_radix_root_load()
265 vm_radix_node_store((smrnode_t *)&rtree->rt_root, rnode, access); in vm_radix_root_store()
401 smrnode_t *parentp; in vm_radix_insert()
443 (smrnode_t *)&rtree->rt_root; in vm_radix_insert()