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

  /external/fio/
options.h 26 extern bool __fio_option_is_set(struct thread_options *, unsigned int off);
30 const unsigned int off = offsetof(struct thread_options, name); \
35 extern void fio_option_mark_set(struct thread_options *, struct fio_option *);
options.c 63 static int split_parse_ddir(struct thread_options *o, struct split *split,
107 static int bssplit_ddir(struct thread_options *o, enum fio_ddir ddir, char *str)
179 typedef int (split_parse_fn)(struct thread_options *, enum fio_ddir, char *);
358 struct thread_options *o = &td->o;
829 static int zone_split_ddir(struct thread_options *o, enum fio_ddir ddir,
1478 .off1 = offsetof(struct thread_options, description),
1487 .off1 = offsetof(struct thread_options, name),
1496 .off1 = offsetof(struct thread_options, wait_for),
1505 .off1 = offsetof(struct thread_options, filename),
1516 .off1 = offsetof(struct thread_options, directory)
    [all...]
parse.h 109 struct thread_options;
thread_options.h 45 struct thread_options { struct
589 extern void convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top);
590 extern void convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *);
591 extern int fio_test_cconv(struct thread_options *);
592 extern void options_default_fill(struct thread_options *o);
client.h 136 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;
cconv.c 3 #include "thread_options.h"
24 static void free_thread_options_to_cpu(struct thread_options *o)
56 void convert_thread_options_to_cpu(struct thread_options *o,
307 struct thread_options *o)
566 int fio_test_cconv(struct thread_options *__o)
568 struct thread_options o;
goptions.c 89 struct thread_options *o;
870 struct gopt *gopt, struct thread_options *to)
1009 struct thread_options *to)
1129 struct thread_options *to)
1153 struct thread_options *to)
    [all...]
fio.h 18 #include "thread_options.h"
146 struct thread_options o;
695 struct thread_options *o = &td->o;
init.c 544 static int fixed_block_size(struct thread_options *o)
587 struct thread_options *o = &td->o;
1046 struct thread_options *o = &td->o;
1117 static char *make_filename(char *buf, size_t buf_size,struct thread_options *o,
1249 static bool wait_for_ok(const char *jobname, struct thread_options *o)
1288 struct thread_options *o = &td->o;
    [all...]
io_u.c 348 struct thread_options *o = &td->o;
354 struct thread_options *o = &td->o;
1369 struct thread_options *o = &td->o;
    [all...]
steadystate.c 300 struct thread_options *o = &td->o;
verify.c 45 static void __fill_buffer(struct thread_options *o, unsigned long seed, void *p,
55 struct thread_options *o = &td->o;
63 struct thread_options *o = &td->o;
    [all...]
blktrace.c 211 static void t_bytes_align(struct thread_options *o, struct blk_io_trace *t)
filesetup.c 835 struct thread_options *o = &td->o;
850 struct thread_options *o = &td->o;
    [all...]
backend.c 1384 static int exec_string(struct thread_options *o, const char *string, const char *mode)
1458 struct thread_options *o = &td->o;
    [all...]
gclient.c 554 static struct thread_options *gfio_client_add_job(struct gfio_client *gc,
572 struct thread_options *o;
    [all...]
client.c 848 struct thread_options *o, uint64_t *tag)
    [all...]
  /system/bt/service/ipc/dbus/
ipc_handler_dbus.cc 39 base::Thread::Options thread_options; local
40 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
41 dbus_thread_->StartWithOptions(thread_options);
  /external/fio/engines/
cpu.c 71 struct thread_options *o = &td->o;
dev-dax.c 212 struct thread_options *o = &td->o;
mmap.c 208 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 4288 milliseconds