Searched refs:BT_END (Results 1 – 1 of 1) sorted by relevance
181 #define BT_END(bt) ((bt)->bt_start + (bt)->bt_size - 1) macro965 end = BT_END(bt); in vmem_fit()984 MPASS(BT_END(bt) - start >= size - 1); in vmem_fit()1500 MPASS(BT_END(bt) < t->bt_start); /* YYY */ in vmem_xfree()1507 MPASS(BT_END(t) < bt->bt_start); /* YYY */ in vmem_xfree()1648 if (bt->bt_start <= addr && addr <= BT_END(bt)) { in vmem_whatis_lookup()1778 if (bt->bt_start > BT_END(bt)) { in vmem_check_sanity()1802 if (bt->bt_start <= BT_END(bt2) && in vmem_check_sanity()1803 bt2->bt_start <= BT_END(bt)) { in vmem_check_sanity()