/external/fio/ |
D | io_u.h | 33 struct io_u { struct 34 struct timeval start_time; 35 struct timeval issue_time; 37 struct fio_file *file; 38 unsigned int flags; 39 enum fio_ddir ddir; 45 enum fio_ddir acct_ddir; 50 unsigned short numberio; 55 unsigned long buflen; 56 unsigned long long offset; [all …]
|
D | io_u_queue.h | 18 struct io_u *io_u = q->io_us[next]; in io_u_qpop() local 27 static inline void io_u_qpush(struct io_u_queue *q, struct io_u *io_u) in io_u_qpush() 42 #define io_u_qiter(q, io_u, i) \ argument 58 static inline void io_u_rpush(struct io_u_ring *r, struct io_u *io_u) in io_u_rpush() 72 struct io_u *io_u = r->ring[r->tail]; in io_u_rpop() local
|
D | io_u.c | 38 static void mark_random_map(struct thread_data *td, struct io_u *io_u) in mark_random_map() 404 static int get_next_block(struct thread_data *td, struct io_u *io_u, in get_next_block() 473 static int __get_next_offset(struct thread_data *td, struct io_u *io_u, in __get_next_offset() 508 static int get_next_offset(struct thread_data *td, struct io_u *io_u, in get_next_offset() 521 static inline bool io_u_fits(struct thread_data *td, struct io_u *io_u, in io_u_fits() 529 static unsigned int __get_next_buflen(struct thread_data *td, struct io_u *io_u, in __get_next_buflen() 591 static unsigned int get_next_buflen(struct thread_data *td, struct io_u *io_u, in get_next_buflen() 768 static void set_rw_ddir(struct thread_data *td, struct io_u *io_u) in set_rw_ddir() 797 void put_io_u(struct thread_data *td, struct io_u *io_u) in put_io_u() 819 void clear_io_u(struct thread_data *td, struct io_u *io_u) in clear_io_u() [all …]
|
D | trim.c | 14 bool get_next_trim(struct thread_data *td, struct io_u *io_u) in get_next_trim() 70 bool io_u_should_trim(struct thread_data *td, struct io_u *io_u) in io_u_should_trim()
|
D | trim.h | 23 static inline bool get_next_trim(struct thread_data *td, struct io_u *io_u) in get_next_trim() 27 static inline bool io_u_should_trim(struct thread_data *td, struct io_u *io_u) in io_u_should_trim()
|
D | verify.c | 61 struct io_u *io_u, unsigned long seed, int use_seed) in fill_verify_pattern() 89 static unsigned int get_hdr_inc(struct thread_data *td, struct io_u *io_u) in get_hdr_inc() 100 static void fill_pattern_headers(struct thread_data *td, struct io_u *io_u, in fill_pattern_headers() 228 struct io_u *io_u; member 301 struct io_u *io_u = vc->io_u; in __dump_verify_buffers() local 377 struct io_u *io_u = vc->io_u; in verify_io_u_pattern() local 738 struct io_u *io_u = *io_u_ptr; in verify_io_u_async() local 797 static int verify_trimmed_io_u(struct thread_data *td, struct io_u *io_u) in verify_trimmed_io_u() 816 static int verify_header(struct io_u *io_u, struct thread_data *td, in verify_header() 887 struct io_u *io_u = *io_u_ptr; in verify_io_u() local [all …]
|
/external/fio/engines/ |
D | glusterfs_async.c | 10 struct io_u *io_u; member 27 struct io_u *io_u; in fio_gf_getevents() local 59 static void fio_gf_io_u_free(struct thread_data *td, struct io_u *io_u) in fio_gf_io_u_free() 71 static int fio_gf_io_u_init(struct thread_data *td, struct io_u *io_u) in fio_gf_io_u_init() 92 struct io_u *io_u = data; in gf_async_cb() local 100 struct io_u *io_u) in fio_gf_async_queue()
|
D | sync.c | 57 static int fio_syncio_prep(struct thread_data *td, struct io_u *io_u) in fio_syncio_prep() 75 static int fio_io_end(struct thread_data *td, struct io_u *io_u, int ret) in fio_io_end() 98 static int fio_pvsyncio_queue(struct thread_data *td, struct io_u *io_u) in fio_pvsyncio_queue() 125 static int fio_pvsyncio2_queue(struct thread_data *td, struct io_u *io_u) in fio_pvsyncio2_queue() 156 static int fio_psyncio_queue(struct thread_data *td, struct io_u *io_u) in fio_psyncio_queue() 176 static int fio_syncio_queue(struct thread_data *td, struct io_u *io_u) in fio_syncio_queue() 220 static int fio_vsyncio_append(struct thread_data *td, struct io_u *io_u) in fio_vsyncio_append() 234 static void fio_vsyncio_set_iov(struct syncio_data *sd, struct io_u *io_u, in fio_vsyncio_set_iov() 247 static int fio_vsyncio_queue(struct thread_data *td, struct io_u *io_u) in fio_vsyncio_queue() 290 struct io_u *io_u; in fio_vsyncio_end() local
|
D | guasi.c | 42 static int fio_guasi_prep(struct thread_data fio_unused *td, struct io_u *io_u) in fio_guasi_prep() 54 struct io_u *io_u; in fio_guasi_event() local 116 static int fio_guasi_queue(struct thread_data *td, struct io_u *io_u) in fio_guasi_queue() 134 struct io_u *io_u; in fio_guasi_queued() local 153 struct io_u *io_u; in fio_guasi_commit() local 190 struct io_u *io_u) in fio_guasi_cancel()
|
D | skeleton_external.c | 50 static int fio_skeleton_cancel(struct thread_data *td, struct io_u *io_u) in fio_skeleton_cancel() 65 static int fio_skeleton_queue(struct thread_data *td, struct io_u *io_u) in fio_skeleton_queue() 86 static int fio_skeleton_prep(struct thread_data *td, struct io_u *io_u) in fio_skeleton_prep()
|
D | rbd.c | 23 struct io_u *io_u; member 283 struct io_u *io_u = fri->io_u; in _fio_rbd_finish_aiocb() local 308 static inline int fri_check_complete(struct rbd_data *rbd, struct io_u *io_u, in fri_check_complete() 325 static inline int rbd_io_u_seen(struct io_u *io_u) in rbd_io_u_seen() 332 static void rbd_io_u_wait_complete(struct io_u *io_u) in rbd_io_u_wait_complete() 361 struct io_u *io_u; local 458 static int fio_rbd_queue(struct thread_data *td, struct io_u *io_u) 644 static void fio_rbd_io_u_free(struct thread_data *td, struct io_u *io_u) 654 static int fio_rbd_io_u_init(struct thread_data *td, struct io_u *io_u)
|
D | glusterfs_sync.c | 11 static int fio_gf_prep(struct thread_data *td, struct io_u *io_u) in fio_gf_prep() 32 static int fio_gf_queue(struct thread_data *td, struct io_u *io_u) in fio_gf_queue()
|
D | splice.c | 29 static int fio_splice_read_old(struct thread_data *td, struct io_u *io_u) in fio_splice_read_old() 73 static int fio_splice_read(struct thread_data *td, struct io_u *io_u) in fio_splice_read() 167 static int fio_splice_write(struct thread_data *td, struct io_u *io_u) in fio_splice_write() 202 static int fio_spliceio_queue(struct thread_data *td, struct io_u *io_u) in fio_spliceio_queue()
|
D | solarisaio.c | 23 struct io_u *io_u) in fio_solarisaio_cancel() 29 struct io_u *io_u) in fio_solarisaio_prep() 41 struct io_u *io_u; in wait_for_event() local 109 struct io_u *io_u) in fio_solarisaio_queue()
|
D | mmap.c | 84 static int fio_mmapio_prep_limited(struct thread_data *td, struct io_u *io_u) in fio_mmapio_prep_limited() 106 static int fio_mmapio_prep_full(struct thread_data *td, struct io_u *io_u) in fio_mmapio_prep_full() 130 static int fio_mmapio_prep(struct thread_data *td, struct io_u *io_u) in fio_mmapio_prep() 165 static int fio_mmapio_queue(struct thread_data *td, struct io_u *io_u) in fio_mmapio_queue()
|
D | windowsaio.c | 21 struct io_u *io_u; member 269 struct io_u *io_u; in fio_windowsaio_getevents() local 313 static int fio_windowsaio_queue(struct thread_data *td, struct io_u *io_u) in fio_windowsaio_queue() 371 struct io_u *io_u; in IoCompletionRoutine() local 404 static void fio_windowsaio_io_u_free(struct thread_data *td, struct io_u *io_u) in fio_windowsaio_io_u_free() 414 static int fio_windowsaio_io_u_init(struct thread_data *td, struct io_u *io_u) in fio_windowsaio_io_u_init()
|
D | net.c | 332 static int fio_netio_prep(struct thread_data *td, struct io_u *io_u) in fio_netio_prep() 377 static int splice_in(struct thread_data *td, struct io_u *io_u) in splice_in() 387 static int splice_out(struct thread_data *td, struct io_u *io_u, in splice_out() 395 static int vmsplice_io_u(struct io_u *io_u, int fd, unsigned int len) in vmsplice_io_u() 425 static int vmsplice_io_u_out(struct thread_data *td, struct io_u *io_u, in vmsplice_io_u_out() 436 static int vmsplice_io_u_in(struct thread_data *td, struct io_u *io_u) in vmsplice_io_u_in() 447 static int fio_netio_splice_in(struct thread_data *td, struct io_u *io_u) in fio_netio_splice_in() 462 static int fio_netio_splice_out(struct thread_data *td, struct io_u *io_u) in fio_netio_splice_out() 473 static int fio_netio_splice_in(struct thread_data *td, struct io_u *io_u) in fio_netio_splice_in() 479 static int fio_netio_splice_out(struct thread_data *td, struct io_u *io_u) in fio_netio_splice_out() [all …]
|
D | posixaio.c | 64 struct io_u *io_u) in fio_posixaio_cancel() 76 struct io_u *io_u) in fio_posixaio_prep() 101 struct io_u *io_u; in fio_posixaio_getevents() local 170 struct io_u *io_u) in fio_posixaio_queue()
|
D | dev-dax.c | 103 static int fio_devdax_prep_limited(struct thread_data *td, struct io_u *io_u) in fio_devdax_prep_limited() 125 static int fio_devdax_prep_full(struct thread_data *td, struct io_u *io_u) in fio_devdax_prep_full() 150 static int fio_devdax_prep(struct thread_data *td, struct io_u *io_u) in fio_devdax_prep() 185 static int fio_devdax_queue(struct thread_data *td, struct io_u *io_u) in fio_devdax_queue()
|
D | sg.c | 39 struct io_u *io_u, int fs) in sgio_hdr_init() 185 struct io_u *io_u; in fio_sgio_getevents() local 207 struct fio_file *f, struct io_u *io_u) in fio_sgio_ioctl_doio() 226 static int fio_sgio_rw_doio(struct fio_file *f, struct io_u *io_u, int do_sync) in fio_sgio_rw_doio() 250 static int fio_sgio_doio(struct thread_data *td, struct io_u *io_u, int do_sync) in fio_sgio_doio() 267 static int fio_sgio_prep(struct thread_data *td, struct io_u *io_u) in fio_sgio_prep() 338 static int fio_sgio_queue(struct thread_data *td, struct io_u *io_u) in fio_sgio_queue() 570 static char *fio_sgio_errdetails(struct io_u *io_u) in fio_sgio_errdetails()
|
D | mtd.c | 27 struct io_u *io_u, int eb) in fio_mtd_maybe_mark_bad() 43 struct io_u *io_u, int eb) in fio_mtd_is_bad() 54 static int fio_mtd_queue(struct thread_data *td, struct io_u *io_u) in fio_mtd_queue()
|
D | libaio.c | 70 static int fio_libaio_prep(struct thread_data fio_unused *td, struct io_u *io_u) in fio_libaio_prep() 88 struct io_u *io_u; in fio_libaio_event() local 182 static int fio_libaio_queue(struct thread_data *td, struct io_u *io_u) in fio_libaio_queue() 232 struct io_u *io_u = io_us[i]; in fio_libaio_queued() local 309 static int fio_libaio_cancel(struct thread_data *td, struct io_u *io_u) in fio_libaio_cancel()
|
D | libhdfs.c | 123 static int fio_hdfsio_prep(struct thread_data *td, struct io_u *io_u) in fio_hdfsio_prep() 168 static int fio_hdfsio_queue(struct thread_data *td, struct io_u *io_u) in fio_hdfsio_queue() 351 static int fio_hdfsio_io_u_init(struct thread_data *td, struct io_u *io_u) in fio_hdfsio_io_u_init() 386 static void fio_hdfsio_io_u_free(struct thread_data *td, struct io_u *io_u) in fio_hdfsio_io_u_free()
|
D | ftruncate.c | 20 static int fio_ftruncate_queue(struct thread_data *td, struct io_u *io_u) in fio_ftruncate_queue()
|
D | binject.c | 35 static void binject_buc_init(struct binject_data *bd, struct io_u *io_u) in binject_buc_init() 173 static int fio_binject_doio(struct thread_data *td, struct io_u *io_u) in fio_binject_doio() 186 static int fio_binject_prep(struct thread_data *td, struct io_u *io_u) in fio_binject_prep() 216 static int fio_binject_queue(struct thread_data *td, struct io_u *io_u) in fio_binject_queue()
|