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

  /external/fio/
parse.h 110 struct thread_options;
111 static inline void *td_var(struct thread_options *to, struct fio_option *o,
options.h 10 #define td_var_offset(var) ((size_t) &((struct thread_options *)0)->var)
25 extern int __fio_option_is_set(struct thread_options *, unsigned int off);
39 extern void fio_option_mark_set(struct thread_options *, struct fio_option *);
thread_options.h 36 struct thread_options { struct
489 extern void convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top);
490 extern void convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *);
491 extern int fio_test_cconv(struct thread_options *);
492 extern void options_default_fill(struct thread_options *o);
client.h 138 extern int fio_client_update_options(struct fio_client *, struct thread_options *, uint64_t *);
gfio.h 8 #include "thread_options.h"
146 struct thread_options o;
fio.h 18 #include "thread_options.h"
101 struct thread_options o;
565 struct thread_options *o = &td->o;
init.c 375 struct thread_options *o = &td->o;
486 static int fixed_block_size(struct thread_options *o)
516 struct thread_options *o = &td->o;
928 struct thread_options *o = &td->o;
997 static char *make_filename(char *buf, size_t buf_size,struct thread_options *o,
1115 struct thread_options *o = &td->o;
    [all...]
cconv.c 3 #include "thread_options.h"
24 static void free_thread_options_to_cpu(struct thread_options *o)
47 void convert_thread_options_to_cpu(struct thread_options *o,
257 struct thread_options *o)
472 int fio_test_cconv(struct thread_options *__o)
474 struct thread_options o;
goptions.c 88 struct thread_options *o;
869 struct gopt *gopt, struct thread_options *to)
1008 struct thread_options *to)
1128 struct thread_options *to)
1152 struct thread_options *to)
    [all...]
options.c 64 static int bssplit_ddir(struct thread_options *o, int ddir, char *str)
327 struct thread_options *o = &td->o;
    [all...]
io_u.c 265 struct thread_options *o = &td->o;
1211 struct thread_options *o = &td->o;
    [all...]
verify.c 37 void __fill_buffer(struct thread_options *o, unsigned long seed, void *p,
46 struct thread_options *o = &td->o;
54 struct thread_options *o = &td->o;
    [all...]
filesetup.c 742 struct thread_options *o = &td->o;
757 struct thread_options *o = &td->o;
backend.c 1238 static int exec_string(struct thread_options *o, const char *string, const char *mode)
1307 struct thread_options *o = &td->o;
    [all...]
gclient.c 577 static struct thread_options *gfio_client_add_job(struct gfio_client *gc,
595 struct thread_options *o;
    [all...]
client.c 797 struct thread_options *o, uint64_t *tag)
    [all...]
  /external/fio/engines/
cpu.c 70 struct thread_options *o = &td->o;
mmap.c 210 struct thread_options *o = &td->o;
  /external/libmojo/mojo/message_pump/
handle_watcher.cc 298 base::Thread::Options thread_options; local
299 thread_options.message_pump_factory = base::Bind(&MessagePumpMojo::Create);
300 thread_.StartWithOptions(thread_options);
handle_watcher_unittest.cc 472 base::Thread::Options thread_options; local
473 thread_options.message_pump_factory =
475 thread->StartWithOptions(thread_options);

Completed in 272 milliseconds