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 | 100 struct rw_bytes_s aggr_io_rw_bytes; 101 struct rw_bytes_s aggr_create_rw_bytes; 131 update_byte_counts(struct rw_bytes_s *dest, struct rw_bytes_s *delta) in update_byte_counts() 171 struct rw_bytes_s rw_bytes; in create_files() 175 memset(&rw_bytes, 0, sizeof(struct rw_bytes_s)); in create_files() 216 struct rw_bytes_s *rw_bytes, in do_one_io() 406 struct rw_bytes_s rw_bytes; in do_io() 418 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 | 271 create_file(char *path, size_t size, struct rw_bytes_s *rw_bytes) in create_file() 321 print_bytes(char *desc, struct rw_bytes_s *rw_bytes) in print_bytes()
|