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

  /external/fio/
parse.h 70 const char *prof_name; /* only valid for specific profile */ member in struct:fio_option
profile.c 54 o->prof_name = ops->name;
parse.c 123 if (o->prof_name)
124 logger("%20s: only for profile '%s'\n", "valid", o->prof_name);
1133 if (!exec_profile && o->prof_name)
1135 if (exec_profile && !(o->prof_name && !strcmp(exec_profile, o->prof_name)))
options.c     [all...]

Completed in 628 milliseconds