Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/mtest01/
H A Dmtest01.c47 static unsigned long long alloc_maxbytes; variable
72 alloc_maxbytes = (unsigned long long)maxbytes; in parse_mtest_options()
119 if (!alloc_maxbytes) { in setup()
120 /* set alloc_maxbytes to the extra amount we want to allocate */ in setup()
121 alloc_maxbytes = ((float)maxpercent / 100.00) in setup()
124 maxpercent, alloc_maxbytes / 1024); in setup()
174 unsigned long long alloc_bytes = alloc_maxbytes; in mem_test()
211 write_msg, alloc_maxbytes / 1024); in mem_test()
220 alloc_maxbytes / 1024, write_msg); in mem_test()

Completed in 1 milliseconds