Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_thmap.c449 node_insert(thmap_inode_t *node, unsigned slot, thmap_ptr_t child) in node_insert() function
580 node_insert(node, slot, THMAP_GETOFF(thmap, leaf) | THMAP_LEAF_BIT); in root_try_put()
775 node_insert(parent, slot, target); /* (*) */ in thmap_put()
812 node_insert(child, other_slot, target); in thmap_put()
843 node_insert(parent, slot, target); /* (*) */ in thmap_put()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsssvlv.c199 static int node_insert( const void *val1, const void *val2 ) in node_insert() function
785 ldap_tavl_insert(&(so->so_tree), sn, node_insert, ldap_avl_dup_error); in sssvlv_op_response()