Searched refs:BT_END (Results 1 – 1 of 1) sorted by relevance
179 #define BT_END(bt) ((bt)->bt_start + (bt)->bt_size - 1) macro961 end = BT_END(bt); in vmem_fit()980 MPASS(BT_END(bt) - start >= size - 1); in vmem_fit()1496 MPASS(BT_END(bt) < t->bt_start); /* YYY */ in vmem_xfree()1503 MPASS(BT_END(t) < bt->bt_start); /* YYY */ in vmem_xfree()1644 if (bt->bt_start <= addr && addr <= BT_END(bt)) { in vmem_whatis_lookup()1774 if (bt->bt_start > BT_END(bt)) { in vmem_check_sanity()1798 if (bt->bt_start <= BT_END(bt2) && in vmem_check_sanity()1799 bt2->bt_start <= BT_END(bt)) { in vmem_check_sanity()