Searched refs:PT_NULL_P (Results 1 – 2 of 2) sorted by relevance
470 if (__predict_false(PT_NULL_P(pt->pt_root))) { in ptree_insert_node_common()641 if (PT_NULL_P(PTN_BRANCH_ROOT_SLOT(&pt->pt_rootnode))) in ptree_find_filtered_node()727 if (PT_NULL_P(node)) in ptree_iterate()783 if (direction == PT_DESCENDING && !PT_NULL_P(mask_node)) { in ptree_iterate()784 KASSERT(PT_NULL_P(next_node)); in ptree_iterate()791 if (PT_NULL_P(node)) in ptree_iterate()829 if (PT_NULL_P(PTN_BRANCH_ROOT_SLOT(&pt->pt_rootnode))) { in ptree_remove_node()830 KASSERT(!PT_NULL_P(PTN_BRANCH_ROOT_SLOT(&pt->pt_rootnode))); in ptree_remove_node()863 KASSERT(PT_NULL_P(PTN_BRANCH_ODDMAN_SLOT(ptn))); in ptree_remove_node()1206 if (PT_NULL_P(node)) in ptree_check()
94 #define PT_NULL_P(node) ((node) == PT_NULL) macro