Searched refs:print_bytes (Results 1 – 3 of 3) sorted by relevance
143 void print_bytes(char *desc, struct rw_bytes_s *rw_bytes);
847 print_bytes("Upfront File Creation bytes", in main()849 print_bytes("Total Test (IO) bytes", &aggr_io_rw_bytes); in main()867 print_bytes(NULL, &aggr_io_rw_bytes); in main()
321 print_bytes(char *desc, struct rw_bytes_s *rw_bytes) in print_bytes() function