Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c121 t_split(node_t **c_node, uint8_t pos, uint8_t key_len) in t_split() argument
126 node_t *nodep = *c_node; in t_split()
218 node_t *c_node; in t_insert() local
230 c_node = tid->trie; /* point at trie root */ in t_insert()
238 if (c_node->bits > 0) { in t_insert()
240 if ((pos - 1) > (c_node->pos - c_node->bits)) { in t_insert()
241 t_split(&c_node, (pos - 1), key_len); in t_insert()
242 ASSERT(c_node->one != NULL); in t_insert()
243 ASSERT(c_node->zero != NULL); in t_insert()
251 if (c_node->bits > 0) { /* path compressed node */ in t_insert()
[all …]