Searched refs:keyoff (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_pctrie.c | 219 pctrie_toptr(struct pctrie_node *node, int keyoff) in pctrie_toptr() argument 221 return ((void *)(((uintptr_t)node & ~PCTRIE_FLAGS) - keyoff)); in pctrie_toptr() 1162 pctrie_cb_t callback, int keyoff, void *arg) in pctrie_reclaim_prune() argument 1177 callback(pctrie_toptr(child, keyoff), arg); in pctrie_reclaim_prune() 1195 pctrie_cb_t callback, int keyoff, void *arg) in pctrie_reclaim_resume_compound() argument 1206 return (pctrie_reclaim_prune(pnode, parent, callback, keyoff, arg)); in pctrie_reclaim_resume_compound() 1215 pctrie_cb_t callback, int keyoff, void *arg) in pctrie_reclaim_begin_compound() argument 1223 callback(pctrie_toptr(node, keyoff), arg); in pctrie_reclaim_begin_compound() 1227 return (pctrie_reclaim_prune(pnode, NULL, callback, keyoff, arg)); in pctrie_reclaim_begin_compound() 1244 pctrie_cb_t callback, int keyoff, void *arg) in pctrie_reclaim_resume_cb() argument [all …]
|
/freebsd/sys/sys/ |
H A D | pctrie.h | 399 pctrie_cb_t callback, int keyoff, void *arg); 401 pctrie_cb_t callback, int keyoff, void *arg);
|