Searched refs:rw_bytes_s (Results 1 – 4 of 4) sorted by relevance
/system/extras/ioshark/ |
D | ioshark_bench.h | 62 struct rw_bytes_s { struct 139 struct rw_bytes_s *rw_bytes); 143 void print_bytes(char *desc, struct rw_bytes_s *rw_bytes); 147 struct rw_bytes_s *rw_bytes);
|
D | ioshark_bench.c | 98 struct rw_bytes_s aggr_io_rw_bytes; 99 struct rw_bytes_s aggr_create_rw_bytes; 129 update_byte_counts(struct rw_bytes_s *dest, struct rw_bytes_s *delta) in update_byte_counts() 169 struct rw_bytes_s rw_bytes; in create_files() 173 memset(&rw_bytes, 0, sizeof(struct rw_bytes_s)); in create_files() 215 struct rw_bytes_s *rw_bytes, in do_one_io() 405 struct rw_bytes_s rw_bytes; in do_io() 417 memset(&rw_bytes, 0, sizeof(struct rw_bytes_s)); in do_io()
|
D | ioshark_bench_mmap.c | 108 struct rw_bytes_s *rw_bytes) in mmap_do_io() 168 struct rw_bytes_s *rw_bytes) in ioshark_handle_mmap()
|
D | ioshark_bench_subr.c | 270 create_file(char *path, size_t size, struct rw_bytes_s *rw_bytes) in create_file() 322 print_bytes(char *desc, struct rw_bytes_s *rw_bytes) in print_bytes()
|