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

  /external/fio/
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)
47 extern struct fio_option *find_option(struct fio_option *, const char *);
48 extern struct fio_option *fio_option_find(const char *);
parse.h 43 struct fio_option { struct
70 struct fio_option *inv_opt; /* cached lookup */
71 int (*verify)(struct fio_option *, void *);
83 extern int parse_option(char *, const char *, struct fio_option *, struct fio_option **, void *, struct flist_head *);
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_head *);
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 *);
    [all...]
parse.c 27 static struct fio_option *__fio_options;
37 static void posval_sort(struct fio_option *o, struct value_pair *vpmap)
55 static void show_option_range(struct fio_option *o,
77 static void show_option_values(struct fio_option *o)
97 static void show_option_help(struct fio_option *o, int is_err)
472 static int __handle_option(struct fio_option *o, const char *ptr, void *data,
869 static int handle_option(struct fio_option *o, const char *__ptr, void *data)
929 struct fio_option *find_option(struct fio_option *options, const char *opt)
931 struct fio_option *o
    [all...]
profile.h 29 struct fio_option *options;
goptions.c 133 struct fio_option *parent,
144 struct fio_option *o = child->data;
208 struct fio_option *o = &fio_options[s->gopt.opt_index];
235 struct fio_option *o, const char *text,
269 struct fio_option *o = &fio_options[c->gopt.opt_index];
288 struct fio_option *o,
314 struct fio_option *o = &fio_options[c->gopt.opt_index];
331 struct fio_option *o, const char *text,
359 struct fio_option *o = &fio_options[c->gopt.opt_index];
376 struct fio_option *o, unsigned int *ip
    [all...]
ioengines.h 46 struct fio_option *options;
profile.c 47 struct fio_option *o;
options.c 1442 static int rw_verify(struct fio_option *o, void *data)
1455 static int gtod_cpu_verify(struct fio_option *o, void *data)
1473 struct fio_option fio_options[FIO_MAX_OPTS] = {
    [all...]
  /external/fio/engines/
gfapi.h 16 extern struct fio_option gfapi_options[];
cpu.c 18 static struct fio_option options[] = {
e4defrag.c 45 static struct fio_option options[] = {
glusterfs.c 11 struct fio_option gfapi_options[] = {
libaio.c 46 static struct fio_option options[] = {
libhdfs.c 39 static struct fio_option options[] = {
sync.c 41 static struct fio_option options[] = {
rbd.c 51 static struct fio_option options[] = {
net.c 77 static struct fio_option options[] = {
rdma.c 75 static struct fio_option options[] = {
  /external/fio/profiles/
tiobench.c 36 static struct fio_option options[] = {
act.c 91 static struct fio_option options[] = {

Completed in 311 milliseconds