Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/swapping/
Dswapping01.c61 static long mem_over_max; variable
90 mem_over_max = mem_available_init * COE_DELTA; in init_meminfo()
96 if (swap_free_init < mem_over_max) in init_meminfo()
140 if (swapped > mem_over_max) { in check_swapping()