Searched refs:branch_bitoff (Results 1 – 1 of 1) sorted by relevance
483 pt_bitoff_t branch_bitoff; in ptree_insert_node_common() local515 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[all …]