Lines Matching defs:holes
679 static const unsigned long holes[] = {
769 for (i = 0; i < ARRAY_SIZE(holes); i += 3) {
772 min, holes[i+1]>>12, holes[i+2]>>12,
773 holes[i] >> 12);
776 holes[i+1] >> 12,
777 holes[i+2] >> 12));
780 pr_debug("gap %lu %lu\n", (holes[i] >> 12),
781 (holes[i+1] >> 12));
783 MT_BUG_ON(mt, mas.last + 1 != (holes[i+1] >> 12));
784 MT_BUG_ON(mt, mas.index != (holes[i+1] >> 12) - (holes[i+2] >> 12));
785 min = holes[i+1] >> 12;
852 static const unsigned long holes[] = {
944 for (i = 0; i < ARRAY_SIZE(holes); i += 3) {
948 holes[i+1] >> 12, holes[i+2] >> 12,
949 min, holes[i+1]);
952 holes[i+1] >> 12,
953 holes[i+2] >> 12));
954 MT_BUG_ON(mt, mas.index != holes[i] >> 12);
955 min = holes[i+1];