Lines Matching defs:nodep
215 uintptr_t *nodep =
217 if (*nodep == branch_node)
218 return nodep;
219 if (PT_LEAF_P(*nodep))
221 parent = PT_NODE(*nodep);
822 uintptr_t *nodep;
836 nodep = NULL;
855 KASSERT(nodep == NULL);
868 nodep = &PTN_BRANCH_SLOT(parent, parent_slot);
869 KASSERT(*nodep == PTN_BRANCH(target));
899 if (nodep == NULL) {
901 KASSERT(nodep == NULL);
902 nodep = &PTN_BRANCH_ODDMAN_SLOT(&pt->pt_rootnode);
914 KASSERT(nodep == &PTN_BRANCH_ODDMAN_SLOT(&pt->pt_rootnode));
915 KASSERT(*nodep == PTN_LEAF(target));
921 KASSERT((parent == target) == (removep == nodep));
963 *nodep = ptree_move_branch(pt, parent, target);
989 *nodep = PTN_BRANCH(parent);
1051 if (*nodep == PTN_LEAF(target)) {
1052 KASSERT(nodep == &PTN_BRANCH_ODDMAN_SLOT(&pt->pt_rootnode));
1062 *nodep = ptree_move_branch(pt, parent, target);