Home
last modified time | relevance | path

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

/freebsd-14.2/sys/vm/
H A Dvm_radix.c123 static void vm_radix_node_store(smrnode_t *p, struct vm_radix_node *v,
167 vm_radix_node_store(&rnode->rn_child[ffs(rnode->rn_popmap) - 1], in vm_radix_node_get()
231 vm_radix_node_store(smrnode_t *p, struct vm_radix_node *v, in vm_radix_node_store() function
265 vm_radix_node_store((smrnode_t *)&rtree->rt_root, rnode, access); in vm_radix_root_store()
307 vm_radix_node_store(&rnode->rn_child[slot], child, access); in vm_radix_addnode()
333 vm_radix_node_store(&rnode->rn_child[slot], VM_RADIX_NULL, in vm_radix_reclaim_allnodes_int()
350 vm_radix_node_store(&rnode->rn_child[i], VM_RADIX_NULL, in vm_radix_zone_init()
451 vm_radix_node_store(parentp, parent, LOCKED); in vm_radix_insert()
682 vm_radix_node_store(&rnode->rn_child[slot], VM_RADIX_NULL, LOCKED); in vm_radix_remove()
697 vm_radix_node_store(&parent->rn_child[slot], child, LOCKED); in vm_radix_remove()
[all …]