Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c37 #define ALLOC_THRESHOLD FIVE_HUNDRED_MB macro
39 #define ALLOC_THRESHOLD (2*FIVE_HUNDRED_MB) macro
41 #define ALLOC_THRESHOLD (6*FIVE_HUNDRED_MB) macro
118 / (unsigned long)ALLOC_THRESHOLD + 10; in setup()
184 alloc_bytes = MIN(ALLOC_THRESHOLD, alloc_bytes); in mem_test()
190 if (alloc_bytes <= ALLOC_THRESHOLD) in mem_test()
193 alloc_bytes -= ALLOC_THRESHOLD; in mem_test()