Home
last modified time | relevance | path

Searched refs:rw_bytes_s (Results 1 – 4 of 4) sorted by relevance

/system/extras/ioshark/
Dioshark_bench.h62 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);
Dioshark_bench.c100 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()
Dioshark_bench_mmap.c108 struct rw_bytes_s *rw_bytes) in mmap_do_io()
168 struct rw_bytes_s *rw_bytes) in ioshark_handle_mmap()
Dioshark_bench_subr.c271 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()