Lines Matching defs:ffsb_tg
61 typedef struct ffsb_tg { struct
62 unsigned tg_num;
63 unsigned num_threads;
64 unsigned op_weights[FFSB_NUMOPS];
65 struct ffsb_thread *threads;
70 int bindfs;
72 int read_random; /* boolean */
73 uint64_t read_size;
74 uint32_t read_blocksize;
76 int read_skip; /* boolean */
77 uint32_t read_skipsize;
79 int write_random; /* boolean */
103 } ffsb_tg_t; argument