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.c98 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()
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.c270 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()