Searched refs:PCTRIE_NULL (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | subr_pctrie.c | 258 pctrie_node_store(&node->pn_child[i], PCTRIE_NULL, in pctrie_zone_init() 392 if (node == PCTRIE_NULL) { in _pctrie_insert_lookup() 483 PCTRIE_NULL, PCTRIE_UNSERIALIZED); in pctrie_insert_node() 692 if (node == PCTRIE_NULL || *pctrie_toval(node) < index) { in _pctrie_lookup_ge() 788 if (node == PCTRIE_NULL || *pctrie_toval(node) > index) { in _pctrie_lookup_le() 888 pctrie_node_store(parentp, PCTRIE_NULL, PCTRIE_LOCKED); in pctrie_remove() 897 pctrie_node_store(parentp, PCTRIE_NULL, PCTRIE_LOCKED); in pctrie_remove() 900 pctrie_node_store(parentp, PCTRIE_NULL, PCTRIE_UNSERIALIZED); in pctrie_remove() 904 KASSERT(child != PCTRIE_NULL, in pctrie_remove() 985 pctrie_node_store(&node->pn_child[slot], PCTRIE_NULL, in pctrie_reclaim_prune() [all …]
|
| /freebsd/sys/sys/ |
| H A D | pctrie.h | 454 #define PCTRIE_NULL (struct pctrie_node *)PCTRIE_ISLEAF macro 459 ptree->pt_root = PCTRIE_NULL; in pctrie_init() 465 return (ptree->pt_root == PCTRIE_NULL); in pctrie_is_empty()
|