Lines Matching defs:limit
151 * to a limit of 1 << COMPACT_MAX_DEFER_SHIFT
803 * Allow GFP_NOFS to isolate past the limit set for regular
805 * compactors have already isolated to the limit, but are
1470 unsigned int limit = max(1U, freelist_scan_limit(cc) >> 1);
1488 limit = pageblock_nr_pages >> 1;
1546 limit >>= 1;
1549 if (order_scanned >= limit)
1591 if (order_scanned >= limit)
1592 limit = max(1U, limit >> 1);
1847 unsigned int limit = freelist_scan_limit(cc);
1903 order >= PAGE_ALLOC_COSTLY_ORDER && !found_block && nr_scanned < limit;
1918 if (nr_scanned++ >= limit) {