Searched refs:BT_END (Results 1 – 1 of 1) sorted by relevance
228 #define BT_END(bt) ((bt)->bt_start + (bt)->bt_size - 1) macro1062 end = BT_END(bt); in vmem_fit()1081 MPASS(BT_END(bt) - start >= size - 1); in vmem_fit()1620 MPASS(BT_END(bt) < t->bt_start); /* YYY */ in vmem_xfree()1627 MPASS(BT_END(t) < bt->bt_start); /* YYY */ in vmem_xfree()1770 if (bt->bt_start <= addr && addr <= BT_END(bt)) { in vmem_whatis_lookup()1900 if (bt->bt_start > BT_END(bt)) { in vmem_check_sanity()1924 if (bt->bt_start <= BT_END(bt2) && in vmem_check_sanity()1925 bt2->bt_start <= BT_END(bt)) { in vmem_check_sanity()