Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpctrie.h414 #define PCTRIE_FLAGS (PCTRIE_ISLEAF) macro
416 #define PCTRIE_PAD PCTRIE_FLAGS
/freebsd/sys/kern/
H A Dsubr_pctrie.c201 return ((uint64_t *)((uintptr_t)node & ~PCTRIE_FLAGS)); in pctrie_toval()
210 return ((void *)(((uintptr_t)node & ~PCTRIE_FLAGS) - keyoff)); in pctrie_toptr()