Searched refs:pctrie_reclaim_prune (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_pctrie.c | 1161 pctrie_reclaim_prune(struct pctrie_node **pnode, struct pctrie_node *parent, in pctrie_reclaim_prune() function 1206 return (pctrie_reclaim_prune(pnode, parent, callback, keyoff, arg)); in pctrie_reclaim_resume_compound() 1227 return (pctrie_reclaim_prune(pnode, NULL, callback, keyoff, arg)); in pctrie_reclaim_begin_compound()
|