Lines Matching refs:branch_bitoff
483 pt_bitoff_t branch_bitoff; in ptree_insert_node_common() local
515 branch_bitoff = PTN_BRANCH_BITOFF(ptn); in ptree_insert_node_common()
522 …SERT(!(PTN_ISMASK_P(ptn) && PTN_BRANCH_BITLEN(ptn) == 0) || PTN_MASK_BITLEN(ptn) == branch_bitoff); in ptree_insert_node_common()
534 && target_masklen <= branch_bitoff) { in ptree_insert_node_common()
552 } else if (id.id_bitoff < branch_bitoff) { in ptree_insert_node_common()
569 if (id.id_bitoff < branch_bitoff in ptree_insert_node_common()
570 && !ptree_matchnode(pt, target, ptn, branch_bitoff, in ptree_insert_node_common()
572 KASSERT(id.id_bitoff < branch_bitoff); in ptree_insert_node_common()
581 KASSERT(id.id_bitoff >= branch_bitoff); in ptree_insert_node_common()
649 const pt_slot_t branch_bitoff = PTN_BRANCH_BITOFF(PT_NODE(node)); in ptree_find_filtered_node() local
659 if (bitoff < branch_bitoff) { in ptree_find_filtered_node()
660 if (!ptree_matchkey(pt, key, ptn, bitoff, branch_bitoff - bitoff)) { in ptree_find_filtered_node()
667 bitoff = branch_bitoff; in ptree_find_filtered_node()