Searched refs:PCTRIE_ISLEAF (Results 1 – 1 of 1) sorted by relevance
70 #define PCTRIE_ISLEAF 0x1 macro234 return (((uintptr_t)node & PCTRIE_ISLEAF) != 0); in pctrie_isleaf()258 (void *)((uintptr_t)val | PCTRIE_ISLEAF), access); in pctrie_addval()364 ptree->pt_root = (uintptr_t)val | PCTRIE_ISLEAF; in pctrie_insert()