Home
last modified time | relevance | path

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

/external/fio/
Dparse.c133 int is_seconds) in get_mult_time() argument
150 if (is_seconds) in get_mult_time()
322 int is_seconds, int is_time) in str_to_decimal() argument
337 if (is_seconds) in str_to_decimal()
342 if (!kilo && is_seconds) in str_to_decimal()
370 *val *= get_mult_time(str, len, is_seconds); in str_to_decimal()
380 int check_str_time(const char *p, long long *val, int is_seconds) in check_str_time() argument
382 return str_to_decimal(p, val, 0, NULL, is_seconds, 1); in check_str_time()
540 ret = check_str_time(tmp, &ull, o->is_seconds); in __handle_option()
Dparse.h77 int is_seconds; /* time value with seconds base */ member
Doptions.c2497 .is_seconds = 1,
2510 .is_seconds = 1,
2539 .is_seconds = 1,
4386 .is_seconds = 1,
4400 .is_seconds = 1,