Lines Matching defs:max
222 unsigned long max, bool verbose)
224 unsigned long i = max, j;
231 for (j = i; j <= max; j++)
241 check_load(mt, max + 1, NULL);
248 __func__, max, mt_get_alloc_size()/1024, mt_nr_allocated(),
254 static noinline void __init check_seq(struct maple_tree *mt, unsigned long max,
262 for (i = 0; i <= max; i++) {
277 max, mt_get_alloc_size()/1024, mt_nr_allocated(),
385 unsigned long max;
469 max = 300; /* A value big enough to include XA_ZERO_ENTRY at 64. */
470 mt_for_each(mt, entry, index, max) {
481 max = 0;
501 max++;
502 MT_BUG_ON(mt, max > 25);
563 mas.index = ULONG_MAX; /* start at max.. */
694 * 2. max index
709 0x565234AEE << 12, /* max - 3. */
862 * 2. max index
919 34148798648 << 12, /* Location is the same as min/max */
1673 int i, max = 4000;
1675 for (i = 0; i < max; i++)
1686 int i, brk = 105, max = 1040, brk_start = 100, count = 20000000;
1688 for (i = 0; i < max; i += 10)
1702 int i, overwrite = 76, max = 240, count = 20000000;
1704 for (i = 0; i < max; i += 10)
1721 int i, max = 2500, count = 50000000;
1724 for (i = 0; i < max; i += 10)
1738 int i, max = 2500, count = 550000000;
1741 for (i = 0; i < max; i += 10)
1756 unsigned long max = 2500, index = 0;
1759 for (i = 0; i < max; i += 5)
1765 mt_for_each(mt, entry, index, max) {
1780 unsigned long max = 2500;
1784 for (i = 0; i < max; i += 5) {
1796 mas_for_each(&mas, entry, max) {
1810 unsigned long max = 2500;
1814 for (i = 0; i < max; i += 5) {
2242 * Fixed by setting mast->r->max correctly.
2290 * Fixed by setting mast->r->max correctly in mast_cp_to_nodes()
2333 * Fixed by checking the last pivot for the mas->max and clear
2523 * 8. When rebalancing or spanning_rebalance(), the max of the new node
2524 * may be set incorrectly to the final pivot and not the right max.
2525 * Fix by setting the left max to orig right max if the entire node is
2856 const unsigned long max = 0x25D78000;
2868 MT_BUG_ON(mt, mas_empty_area(&mas, 0, max, size) != 0);
2879 MT_BUG_ON(mt, mas_empty_area(&mas, 0, max, size) != -EBUSY);
2982 * DNE MAS_START active set to max
2984 * DNE MAS_PAUSE active set to max
2987 * DNE active active last range (max < last)
3293 /* Continue after last range ends after max */