Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dsubr_pctrie.c208 pctrie_toptr(struct pctrie_node *node, int keyoff) in pctrie_toptr() argument
210 return ((void *)(((uintptr_t)node & ~PCTRIE_FLAGS) - keyoff)); in pctrie_toptr()
974 pctrie_cb_t callback, int keyoff, void *arg) in pctrie_reclaim_prune() argument
989 callback(pctrie_toptr(child, keyoff), arg); in pctrie_reclaim_prune()
1005 pctrie_cb_t callback, int keyoff, void *arg) in pctrie_reclaim_resume_compound() argument
1011 keyoff, arg)); in pctrie_reclaim_resume_compound()
1020 pctrie_cb_t callback, int keyoff, void *arg) in pctrie_reclaim_begin_compound() argument
1028 callback(pctrie_toptr(node, keyoff), arg); in pctrie_reclaim_begin_compound()
1032 return (pctrie_reclaim_prune(pnode, NULL, callback, keyoff, arg)); in pctrie_reclaim_begin_compound()
1049 pctrie_cb_t callback, int keyoff, void *arg) in pctrie_reclaim_resume_cb() argument
[all …]
/src/sys/sys/
H A Dpctrie.h436 pctrie_cb_t callback, int keyoff, void *arg);
438 pctrie_cb_t callback, int keyoff, void *arg);