Lines Matching defs:p_refs
201 * p_refs[0].pptr == &t->t_root
203 * p_refs[n].pptr == &(*p_refs[n-1])->n_ptrs[x]
206 * p_refs[t->t_height].pptr == &leaf_pointer
212 } p_refs[RADIX_TREE_MAX_HEIGHT + 1]; /* +1 for the root ptr */
214 * p_lastidx is either the index of the last valid element of p_refs[]
228 return p->p_refs[height].pptr;
519 refs = path->p_refs;
538 KASSERT((refs - path->p_refs) == 0);
557 path->p_lastidx = refs - path->p_refs;
579 path->p_lastidx = refs - path->p_refs;
907 path->p_refs[lastidx].pptr = vpp;