Home
last modified time | relevance | path

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

/mm/
Dvmscan.c2290 unsigned long gb; in inactive_is_low() local
2296 gb = (inactive + active) >> (30 - PAGE_SHIFT); in inactive_is_low()
2297 trace_android_vh_inactive_is_low(gb, &inactive_ratio, inactive_lru, &skip); in inactive_is_low()
2301 if (gb) in inactive_is_low()
2302 inactive_ratio = int_sqrt(10 * gb); in inactive_is_low()