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

/freebsd-10.3-release/sys/kern/
H A Dsubr_pctrie.c136 pctrie_slot(uint64_t index, uint16_t level) function
205 slot = pctrie_slot(index, clev);
223 if (pctrie_slot(index1, clev) != 0)
329 slot = pctrie_slot(index, node->pn_clev);
352 slot = pctrie_slot(newind, clev);
379 slot = pctrie_slot(index, node->pn_clev);
434 } while (pctrie_slot(index,
450 slot = pctrie_slot(index, node->pn_clev);
548 } while (pctrie_slot(index,
563 slot = pctrie_slot(inde
[all...]

Completed in 44 milliseconds