Searched refs:pt_root (Results 1 – 2 of 2) sorted by relevance
337 KASSERT((node == pt->pt_root) == (id->id_parent == &pt->pt_rootnode)); in ptree_insert_branch_at_node()341 …KASSERT(node == pt->pt_root || PTN_BRANCH_BITOFF(id->id_parent) + PTN_BRANCH_BITLEN(id->id_parent)… in ptree_insert_branch_at_node()463 if (target == PT_NODE(pt->pt_root)) in ptree_insert_node_common()470 if (__predict_false(PT_NULL_P(pt->pt_root))) { in ptree_insert_node_common()1200 const uintptr_t node = pt->pt_root; in ptree_check()
172 #define pt_root pt_rootnode.ptn_slots[PT_SLOT_ROOT] macro