HomeSort by relevance Sort by last modified time
    Searched defs:run_str (Results 1 - 2 of 2) sorted by null

  /external/fio/
eta.c 12 static char run_str[__THREAD_RUNSTR_SZ(REAL_MAX_JOBS)]; variable
115 update_condensed_str(__run_str, run_str);
507 update_condensed_str(__run_str, run_str);
508 memcpy(je->run_str, run_str, strlen(run_str));
588 je->run_str, perc_str, rate_str[DDIR_READ],
595 je->run_str, perc_str,
642 *size = sizeof(*je) + strlen((char *) je->run_str) + 1;
661 update_condensed_str(__run_str, run_str);
    [all...]
stat.h 257 * Network 'copy' of run_str[]
260 uint8_t run_str[]; member in struct:jobs_eta

Completed in 93 milliseconds