Searched refs:prof_name (Results 1 - 4 of 4) sorted by relevance

/external/fio/
H A Dparse.h70 const char *prof_name; /* only valid for specific profile */ member in struct:fio_option
H A Dprofile.c54 o->prof_name = ops->name;
H A Dparse.c123 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)))
H A Doptions.c4113 void invalidate_profile_options(const char *prof_name) argument
4119 if (o->prof_name && !strcmp(o->prof_name, prof_name)) {
4121 o->prof_name = NULL;

Completed in 703 milliseconds