Searched refs:str_exec_time (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 26 static char *str_exec_time; variable 141 if (tst_parse_float(str_exec_time, &exec_time, 0.0005, 9000)) in setup() 142 tst_brk(TBROK, "Invalid execution time '%s'", str_exec_time); in setup() 186 {"x:", &str_exec_time, "-x float Execution time in hours (default 24H)"},
|
D | mmap1.c | 52 static char *str_exec_time; variable 69 {"x:", &str_exec_time, "Exec time (hours)"}, 209 if (tst_parse_float(str_exec_time, &exec_time, 0, FLT_MAX)) { in setup() 211 str_exec_time); in setup()
|