Lines Matching defs:limit
158 * to a limit of 1 << COMPACT_MAX_DEFER_SHIFT
1299 unsigned int limit = min(1U, freelist_scan_limit(cc) >> 1);
1317 limit = pageblock_nr_pages >> 1;
1375 limit >>= 1;
1378 if (order_scanned >= limit)
1414 if (order_scanned >= limit)
1415 limit = min(1U, limit >> 1);
1657 unsigned int limit = freelist_scan_limit(cc);
1706 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit;
1721 if (nr_scanned++ >= limit) {