Searched refs:fio_option (Results 1 – 20 of 20) sorted by relevance
/external/fio/ |
D | parse.h | 43 struct fio_option { struct 70 struct fio_option *inv_opt; /* cached lookup */ argument 71 int (*verify)(struct fio_option *, void *); argument 83 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, st… argument 84 extern void sort_options(char **, struct fio_option *, int); 85 extern int parse_cmd_option(const char *t, const char *l, struct fio_option *, void *, struct flist… 86 extern int show_cmd_help(struct fio_option *, const char *); 87 extern void fill_default_options(void *, struct fio_option *); 88 extern void options_init(struct fio_option *); 89 extern void options_mem_dupe(struct fio_option *, void *); [all …]
|
D | options.h | 12 int add_option(struct fio_option *); 24 extern struct fio_option fio_options[FIO_MAX_OPTS]; 35 extern void fio_option_mark_set(struct thread_options *, struct fio_option *); 37 static inline bool o_match(struct fio_option *o, const char *opt) in o_match() 47 extern struct fio_option *find_option(struct fio_option *, const char *); 48 extern struct fio_option *fio_option_find(const char *);
|
D | parse.c | 27 static struct fio_option *__fio_options; 37 static void posval_sort(struct fio_option *o, struct value_pair *vpmap) in posval_sort() 55 static void show_option_range(struct fio_option *o, in show_option_range() 77 static void show_option_values(struct fio_option *o) in show_option_values() 97 static void show_option_help(struct fio_option *o, int is_err) in show_option_help() 472 static int __handle_option(struct fio_option *o, const char *ptr, void *data, in __handle_option() 869 static int handle_option(struct fio_option *o, const char *__ptr, void *data) in handle_option() 929 struct fio_option *find_option(struct fio_option *options, const char *opt) in find_option() 931 struct fio_option *o; in find_option() 948 static struct fio_option *get_option(char *opt, in get_option() [all …]
|
D | goptions.c | 133 struct fio_option *parent, in gopt_set_children_visible() 144 struct fio_option *o = child->data; in gopt_set_children_visible() 208 struct fio_option *o = &fio_options[s->gopt.opt_index]; in gopt_str_changed() 235 struct fio_option *o, const char *text, in gopt_new_str_store() 269 struct fio_option *o = &fio_options[c->gopt.opt_index]; in gopt_combo_changed() 288 struct fio_option *o, in __gopt_new_combo() 314 struct fio_option *o = &fio_options[c->gopt.opt_index]; in gopt_combo_str_set_val() 331 struct fio_option *o, const char *text, in gopt_new_combo_str() 359 struct fio_option *o = &fio_options[c->gopt.opt_index]; in gopt_combo_int_set_val() 376 struct fio_option *o, unsigned int *ip, in gopt_new_combo_int() [all …]
|
D | options.c | 1442 static int rw_verify(struct fio_option *o, void *data) in rw_verify() 1455 static int gtod_cpu_verify(struct fio_option *o, void *data) in gtod_cpu_verify() 1473 struct fio_option fio_options[FIO_MAX_OPTS] = { 4410 static void add_to_lopt(struct option *lopt, struct fio_option *o, in add_to_lopt() 4421 static void options_to_lopts(struct fio_option *opts, in options_to_lopts() 4425 struct fio_option *o = &opts[0]; in options_to_lopts() 4746 struct fio_option *o; in fio_options_parse() 4772 struct fio_option *o = NULL; in fio_options_parse() 4803 struct fio_option *o; in fio_cmd_option_parse() 4870 int add_option(struct fio_option *o) in add_option() [all …]
|
D | profile.h | 29 struct fio_option *options;
|
D | ioengines.h | 46 struct fio_option *options;
|
D | profile.c | 47 struct fio_option *o; in add_profile_options()
|
/external/fio/engines/ |
D | gfapi.h | 16 extern struct fio_option gfapi_options[];
|
D | cpu.c | 18 static struct fio_option options[] = {
|
D | e4defrag.c | 45 static struct fio_option options[] = {
|
D | glusterfs.c | 11 struct fio_option gfapi_options[] = {
|
D | libaio.c | 46 static struct fio_option options[] = {
|
D | libhdfs.c | 39 static struct fio_option options[] = {
|
D | sync.c | 41 static struct fio_option options[] = {
|
D | rbd.c | 51 static struct fio_option options[] = {
|
D | net.c | 77 static struct fio_option options[] = {
|
D | rdma.c | 75 static struct fio_option options[] = {
|
/external/fio/profiles/ |
D | tiobench.c | 36 static struct fio_option options[] = {
|
D | act.c | 91 static struct fio_option options[] = {
|