Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDsubr_pctrie.c77 #define PCTRIE_ISLEAF 0x1 macro
183 return (((uintptr_t)node & PCTRIE_ISLEAF) != 0); in pctrie_isleaf()
206 node->pn_child[slot] = (void *)((uintptr_t)val | PCTRIE_ISLEAF); in pctrie_addval()
308 ptree->pt_root = (uintptr_t)val | PCTRIE_ISLEAF; in pctrie_insert()