Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c69 char *str_maxpercent, int *maxpercent) in parse_mtest_options() argument
78 } else if (str_maxpercent) { in parse_mtest_options()
85 if (str_maxpercent) { in parse_mtest_options()
86 if (tst_parse_int(str_maxpercent, maxpercent, 1, 99)) { in parse_mtest_options()
87 tst_brk(TBROK, "Invalid maxpercent '%s'", str_maxpercent); in parse_mtest_options()