Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise06.c57 #define PASS_THRESHOLD_KB (PASS_THRESHOLD / 1024) macro
149 CHUNK_SZ / 1024, CHUNK_SZ / pg_sz, MEM_LIMIT / 1024, PASS_THRESHOLD_KB); in setup()
208 } while (swapcached < swapcached_start + PASS_THRESHOLD_KB && loops > 0); in test_advice_willneed()
211 res = swapcached > swapcached_start + PASS_THRESHOLD_KB; in test_advice_willneed()
214 res ? "more" : "less", PASS_THRESHOLD_KB); in test_advice_willneed()