subr_thmap.c | 449 node_insert(thmap_inode_t *node, unsigned slot, thmap_ptr_t child) function in typeref:typename:void 580 node_insert(node, slot, THMAP_GETOFF(thmap, leaf) | THMAP_LEAF_BIT); 756 * Release node via store in node_insert (*) to subsequent 775 node_insert(parent, slot, target); /* (*) */ 812 node_insert(child, other_slot, target); 843 node_insert(parent, slot, target); /* (*) */
|