Home
last modified time | relevance | path

Searched refs:scale (Results 1 – 3 of 3) sorted by relevance

/mm/
A Dvmpressure.c123 unsigned long scale = scanned + reclaimed; in vmpressure_calc_level() local
140 pressure = scale - (reclaimed * scale / scanned); in vmpressure_calc_level()
141 pressure = pressure * 100 / scale; in vmpressure_calc_level()
A Dmm_init.c2452 int scale, in alloc_large_system_hash() argument
2481 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()
A DKconfig712 int "Maximum scale factor of PCP (Per-CPU pageset) batch allocate/free"
718 allocation/free throughput. But too large scale factor may hurt
719 latency. This option sets the upper limit of scale factor to limit

Completed in 18 milliseconds