Searched refs:fio_unused (Results 1 - 20 of 20) sorted by relevance
/external/fio/compiler/ |
H A D | compiler.h | 19 #define fio_unused __attribute__((__unused__)) macro
|
/external/fio/engines/ |
H A D | cpu.c | 55 static int fio_cpuio_queue(struct thread_data *td, struct io_u fio_unused *io_u) 96 static int fio_cpuio_open(struct thread_data fio_unused *td, 97 struct fio_file fio_unused *f)
|
H A D | null.c | 34 unsigned int fio_unused max, 35 struct timespec fio_unused *t) 78 static int fio_null_open(struct thread_data fio_unused *td, 79 struct fio_file fio_unused *f)
|
H A D | falloc.c | 54 int fio_unused ret;
|
H A D | solarisaio.c | 22 static int fio_solarisaio_cancel(struct thread_data fio_unused *td, 28 static int fio_solarisaio_prep(struct thread_data fio_unused *td, 108 static int fio_solarisaio_queue(struct thread_data fio_unused *td,
|
H A D | guasi.c | 42 static int fio_guasi_prep(struct thread_data fio_unused *td, struct io_u *io_u) 189 static int fio_guasi_cancel(struct thread_data fio_unused *td,
|
H A D | posixaio.c | 63 static int fio_posixaio_cancel(struct thread_data fio_unused *td, 75 static int fio_posixaio_prep(struct thread_data fio_unused *td,
|
H A D | fusion-aw.c | 84 int fio_unused close_file_rc;
|
H A D | binject.c | 94 unsigned int max, struct timespec fio_unused *t) 435 static int fio_binject_init(struct thread_data fio_unused *td)
|
H A D | sg.c | 65 unsigned int max, struct timespec fio_unused *t) 423 static int fio_sgio_init(struct thread_data fio_unused *td)
|
H A D | windowsaio.c | 48 static int fio_windowsaio_close_file(struct thread_data fio_unused *td, struct fio_file *f); 220 static int fio_windowsaio_close_file(struct thread_data fio_unused *td, struct fio_file *f)
|
H A D | libaio.c | 44 static int fio_libaio_prep(struct thread_data fio_unused *td, struct io_u *io_u)
|
H A D | sync.c | 141 struct timespec fio_unused *t)
|
/external/fio/ |
H A D | log.c | 83 int fio_unused ret;
|
H A D | gettime.c | 201 void fio_gettime(struct timeval *tp, void fio_unused *caller)
|
H A D | filesetup.c | 448 int generic_close_file(struct thread_data fio_unused *td, struct fio_file *f) 610 int fio_unused ret;
|
H A D | options.c | 869 static int str_directory_cb(void *data, const char fio_unused *unused) 900 static int str_lockfile_cb(void *data, const char fio_unused *str) 912 static int str_opendir_cb(void *data, const char fio_unused *str)
|
H A D | client.c | 877 int fio_unused ret;
|
H A D | io_u.c | 546 int fio_unused ret;
|
H A D | stat.c | 1414 static void *__show_running_run_stats(void fio_unused *arg)
|
Completed in 234 milliseconds