Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/swapping/
H A Dswapping01.c59 static long mem_over_max; variable
99 mem_over_max = mem_available_init * COE_DELTA; in init_meminfo()
101 if (swap_free_init < mem_over_max) in init_meminfo()
102 tst_brk(TCONF, "Not enough swap space to test: swap_free_init(%ldkB) < mem_over_max(%ldkB)", in init_meminfo()
103 swap_free_init, mem_over_max); in init_meminfo()
148 if (swapped > mem_over_max) { in check_swapping()

Completed in 1 milliseconds