Lines Matching refs:ffsb_thread_t
59 } ffsb_thread_t ; typedef
61 void init_ffsb_thread(ffsb_thread_t *, struct ffsb_tg *, unsigned,
63 void destroy_ffsb_thread(ffsb_thread_t *);
75 void ft_alter_bufsize(ffsb_thread_t *, unsigned);
76 char *ft_getbuf(ffsb_thread_t *);
78 int ft_get_read_random(ffsb_thread_t *);
79 uint32_t ft_get_read_size(ffsb_thread_t *);
80 uint32_t ft_get_read_blocksize(ffsb_thread_t *);
82 int ft_get_write_random(ffsb_thread_t *);
83 uint32_t ft_get_write_size(ffsb_thread_t *);
84 uint32_t ft_get_write_blocksize(ffsb_thread_t *);
86 int ft_get_fsync_file(ffsb_thread_t *);
88 randdata_t *ft_get_randdata(ffsb_thread_t *);
90 void ft_incr_op(ffsb_thread_t *ft, unsigned opnum, unsigned increment, uint64_t bytes);
92 void ft_add_readbytes(ffsb_thread_t *, uint32_t);
93 void ft_add_writebytes(ffsb_thread_t *, uint32_t);
95 int ft_get_read_skip(ffsb_thread_t *);
96 uint32_t ft_get_read_skipsize(ffsb_thread_t *);
98 ffsb_op_results_t *ft_get_results(ffsb_thread_t *);
100 void ft_set_statsc(ffsb_thread_t *, ffsb_statsc_t *);
103 int ft_needs_stats(ffsb_thread_t *, syscall_t);
104 void ft_add_stat(ffsb_thread_t *, syscall_t, uint32_t);
106 ffsb_statsd_t *ft_get_stats_data(ffsb_thread_t *);