Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_radix.c105 typedef SMR_POINTER(struct vm_radix_node *) smrnode_t; typedef
112 smrnode_t rn_child[VM_RADIX_COUNT]; /* Child nodes. */
118 static void vm_radix_node_store(smrnode_t *p, struct vm_radix_node *v,
201 vm_radix_node_load(smrnode_t *p, enum vm_radix_access access) in vm_radix_node_load()
216 vm_radix_node_store(smrnode_t *p, struct vm_radix_node *v, in vm_radix_node_store()
239 return (vm_radix_node_load((smrnode_t *)&rtree->rt_root, access)); in vm_radix_root_load()
250 vm_radix_node_store((smrnode_t *)&rtree->rt_root, rnode, access); in vm_radix_root_store()
390 smrnode_t *parentp; in vm_radix_insert()
406 parentp = (smrnode_t *)&rtree->rt_root; in vm_radix_insert()