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

  /external/fio/
init.c 604 if (td_write(td) && o->do_verify && o->numjobs > 1) {
1039 int numjobs, file_alloced; local
1188 * recurse add identical jobs, clear numjobs and stonewall options
1191 numjobs = o->numjobs;
1192 while (--numjobs) {
1198 td_new->o.numjobs = 1;
1221 if (add_job(td_new, jobname, numjobs, 1, client_type))
    [all...]
thread_options.h 155 unsigned int numjobs; member in struct:thread_options
379 uint32_t numjobs; member in struct:thread_options_pack

Completed in 45 milliseconds