Lines Matching defs:p_lastidx
214 * p_lastidx is either the index of the last valid element of p_refs[]
219 unsigned int p_lastidx;
539 path->p_lastidx =
557 path->p_lastidx = refs - path->p_refs;
579 path->p_lastidx = refs - path->p_refs;
601 if (path.p_lastidx == RADIX_TREE_INVALID_HEIGHT) {
607 for (i = path.p_lastidx - 1; i >= 0; i--) {
710 KASSERT(path.p_lastidx == t->t_height);
711 KASSERT(vpp == path_pptr(t, &path, path.p_lastidx));
791 vpp == path_pptr(t, path, path->p_lastidx));
793 KASSERT(path->p_lastidx == RADIX_TREE_INVALID_HEIGHT ||
794 path->p_lastidx == t->t_height ||
795 !entry_match_p(*path_pptr(t, path, path->p_lastidx), tagmask));
832 lastidx = path->p_lastidx;
1066 KASSERT(path.p_lastidx == t->t_height);
1067 KASSERT(vpp == path_pptr(t, &path, path.p_lastidx));
1101 KASSERT(path.p_lastidx == t->t_height);
1102 KASSERT(vpp == path_pptr(t, &path, path.p_lastidx));