Searched refs:BT_END (Results 1 – 1 of 1) sorted by relevance
179 #define BT_END(bt) ((bt)->bt_start + (bt)->bt_size - 1) macro963 end = BT_END(bt); in vmem_fit()982 MPASS(BT_END(bt) - start >= size - 1); in vmem_fit()1498 MPASS(BT_END(bt) < t->bt_start); /* YYY */ in vmem_xfree()1505 MPASS(BT_END(t) < bt->bt_start); /* YYY */ in vmem_xfree()1646 if (bt->bt_start <= addr && addr <= BT_END(bt)) { in vmem_whatis_lookup()1776 if (bt->bt_start > BT_END(bt)) { in vmem_check_sanity()1800 if (bt->bt_start <= BT_END(bt2) && in vmem_check_sanity()1801 bt2->bt_start <= BT_END(bt)) { in vmem_check_sanity()