Searched refs:BT_END (Results 1 – 1 of 1) sorted by relevance
183 #define BT_END(bt) ((bt)->bt_start + (bt)->bt_size - 1) macro944 end = BT_END(bt); in vmem_fit()963 MPASS(BT_END(bt) - start >= size - 1); in vmem_fit()1478 MPASS(BT_END(bt) < t->bt_start); /* YYY */ in vmem_xfree()1485 MPASS(BT_END(t) < bt->bt_start); /* YYY */ in vmem_xfree()1626 if (bt->bt_start <= addr && addr <= BT_END(bt)) { in vmem_whatis_lookup()1756 if (bt->bt_start > BT_END(bt)) { in vmem_check_sanity()1780 if (bt->bt_start <= BT_END(bt2) && in vmem_check_sanity()1781 bt2->bt_start <= BT_END(bt)) { in vmem_check_sanity()