Lines Matching full:holes
685 static const unsigned long holes[] = { in check_alloc_rev_range() local
775 for (i = 0; i < ARRAY_SIZE(holes); i += 3) { in check_alloc_rev_range()
778 min, holes[i+1]>>12, holes[i+2]>>12, in check_alloc_rev_range()
779 holes[i] >> 12); in check_alloc_rev_range()
782 holes[i+1] >> 12, in check_alloc_rev_range()
783 holes[i+2] >> 12)); in check_alloc_rev_range()
786 pr_debug("gap %lu %lu\n", (holes[i] >> 12), in check_alloc_rev_range()
787 (holes[i+1] >> 12)); in check_alloc_rev_range()
789 MT_BUG_ON(mt, mas.last + 1 != (holes[i+1] >> 12)); in check_alloc_rev_range()
790 MT_BUG_ON(mt, mas.index != (holes[i+1] >> 12) - (holes[i+2] >> 12)); in check_alloc_rev_range()
791 min = holes[i+1] >> 12; in check_alloc_rev_range()
858 static const unsigned long holes[] = { in check_alloc_range() local
950 for (i = 0; i < ARRAY_SIZE(holes); i += 3) { in check_alloc_range()
954 holes[i+1] >> 12, holes[i+2] >> 12, in check_alloc_range()
955 min, holes[i+1]); in check_alloc_range()
958 holes[i+1] >> 12, in check_alloc_range()
959 holes[i+2] >> 12)); in check_alloc_range()
960 MT_BUG_ON(mt, mas.index != holes[i] >> 12); in check_alloc_range()
961 min = holes[i+1]; in check_alloc_range()