Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A D_pctrie.h43 struct pctrie_node *pt_root; member
H A Dpctrie.h459 ptree->pt_root = PCTRIE_NULL; in pctrie_init()
465 return (ptree->pt_root == PCTRIE_NULL); in pctrie_is_empty()
/freebsd/sys/kern/
H A Dsubr_pctrie.c155 return ((smr_pctnode_t *)&ptree->pt_root); in pctrie_root()