Lines Matching defs:next_node
721 uintptr_t node, next_node;
735 next_node = node;
740 next_node = PT_NULL;
750 next_node = PT_NULL;
758 next_node = PTN_BRANCH_SLOT(ptn, slot + 1);
764 next_node = PTN_BRANCH_SLOT(ptn, slot - 1);
775 next_node = PTN_BRANCH_ROOT_SLOT(ptn);
776 ptn = PT_NODE(next_node);
784 KASSERT(PT_NULL_P(next_node));
790 node = next_node;