Searched refs:str_exec_time (Results 1 – 2 of 2) sorted by relevance
/third_party/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() 187 {"x:", &str_exec_time, "float Execution time in hours (default 24H)"},
|
D | mmap1.c | 48 static char *str_exec_time; variable 209 if (tst_parse_float(str_exec_time, &exec_time, 0, FLT_MAX)) { in setup() 211 str_exec_time); in setup() 262 {"x:", &str_exec_time, "Exec time (hours)"},
|