Searched refs:scale (Results 1 – 3 of 3) sorted by relevance
123 unsigned long scale = scanned + reclaimed; in vmpressure_calc_level() local140 pressure = scale - (reclaimed * scale / scanned); in vmpressure_calc_level()141 pressure = pressure * 100 / scale; in vmpressure_calc_level()
2452 int scale, in alloc_large_system_hash() argument2481 scale++; in alloc_large_system_hash()2486 if (scale > PAGE_SHIFT) in alloc_large_system_hash()2487 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()2489 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()
712 int "Maximum scale factor of PCP (Per-CPU pageset) batch allocate/free"718 allocation/free throughput. But too large scale factor may hurt719 latency. This option sets the upper limit of scale factor to limit
Completed in 18 milliseconds