Searched refs:PASS_THRESHOLD_KB (Results 1 – 1 of 1) sorted by relevance
57 #define PASS_THRESHOLD_KB (PASS_THRESHOLD / 1024) macro149 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()