Searched refs:pctrie_remove (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dpctrie.h104 pctrie_remove(ptree, key, freefn); \
117 void pctrie_remove(struct pctrie *ptree, uint64_t key,
/freebsd-10.1-release/sys/kern/
H A Dsubr_pctrie.c614 pctrie_remove(struct pctrie *ptree, uint64_t index, pctrie_free_t freefn) function
631 panic("pctrie_remove: impossible to locate the key");

Completed in 61 milliseconds