Lines Matching refs:extent_max
349 if (len > wnd->extent_max)
350 wnd->extent_max = len;
399 if (e3->count.key == wnd->extent_max)
420 wnd->extent_max =
426 if (e->count.key != wnd->extent_max) {
434 wnd->extent_max = max_new_len;
437 wnd->extent_max = max(e3->count.key, max_new_len);
513 wnd->extent_max = 0;
655 wnd->extent_max = MINUS_ONE_T;
1009 if (to_alloc0 > wnd->extent_max)
1012 if (to_alloc > wnd->extent_max)
1013 to_alloc = wnd->extent_max;
1089 if (e->count.key != wnd->extent_max)
1090 wnd->extent_max = e->count.key;
1306 wnd->extent_max = b_len;
1319 } else if (wnd->extent_max != MINUS_ONE_T &&
1320 to_alloc > wnd->extent_max) {
1321 wnd->extent_max = to_alloc;