HomeSort by relevance Sort by last modified time
    Searched refs:is_seconds (Results 1 - 3 of 3) sorted by null

  /external/fio/
parse.h 75 int is_seconds; /* time value with seconds base */ member in struct:fio_option
parse.c 126 int is_seconds)
142 if (is_seconds)
279 int is_seconds)
306 *val *= get_mult_time(str, len, is_seconds);
316 int check_str_time(const char *p, long long *val, int is_seconds)
318 return str_to_decimal(p, val, 0, NULL, is_seconds);
470 ret = check_str_time(tmp, &ull, o->is_seconds);
options.c     [all...]

Completed in 88 milliseconds