Searched refs:is_seconds (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | parse.c | 130 int is_seconds) in get_mult_time() argument 146 if (is_seconds) in get_mult_time() 300 int is_seconds, int is_time) in str_to_decimal() argument 315 if (is_seconds) in str_to_decimal() 320 if (!kilo && is_seconds) in str_to_decimal() 348 *val *= get_mult_time(str, len, is_seconds); in str_to_decimal() 358 int check_str_time(const char *p, long long *val, int is_seconds) in check_str_time() argument 360 return str_to_decimal(p, val, 0, NULL, is_seconds, 1); in check_str_time() 516 ret = check_str_time(tmp, &ull, o->is_seconds); in __handle_option()
|
D | parse.h | 75 int is_seconds; /* time value with seconds base */ member
|
D | options.c | 2144 .is_seconds = 1, 2157 .is_seconds = 1, 2186 .is_seconds = 1,
|