Home
last modified time | relevance | path

Searched refs:c_writes (Results 1 – 8 of 8) sorted by relevance

/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/io/
H A Diostats.h48 unsigned c_reads, c_writes; // number of cached operations variable
303 return c_writes; in get_cached_writes()
435 unsigned c_reads, c_writes; variable
456 c_writes(0), in stats_data()
476 c_writes(s.get_cached_writes()), in stats_data()
498 s.c_writes = c_writes + a.c_writes;
521 s.c_writes = c_writes - a.c_writes;
563 return c_writes; in get_cached_writes()
/dports/benchmarks/iorate/iorate-3.05/
H A Dior_test.c308 cfg->c_writes = 0; in ior_run_dev_test()
369 (long)( cfg->c_writes ), (long)( cfg->c_blocks_written ), in ior_run_dev_test()
370 cfg->c_writes == 0 ? (double) 0.0 : /* no div by zero */ in ior_run_dev_test()
371 cfg->c_write_time_msecs / cfg->c_writes ); in ior_run_dev_test()
374 (long)( cfg->c_reads + cfg->c_writes ), in ior_run_dev_test()
376 ( cfg->c_reads + cfg->c_writes ) == 0 ? (double) 0.0 : in ior_run_dev_test()
378 ( cfg->c_reads + cfg->c_writes )); in ior_run_dev_test()
381 (long)(( cfg->c_reads + cfg->c_writes ) / cfg->c_io_time ), in ior_run_dev_test()
1231 cfg->c_writes++; in ior_io()
1255 target_time = cfg->c_target_sec * ( cfg->c_reads + cfg->c_writes ); in ior_io()
H A Diorate.h344 HUGE c_writes; /* number of writes performed */ member
H A Diorate.c2357 cfg->c_writes = 0; in ior_run_tests()
/dports/devel/stxxl/stxxl-1.4.1/lib/io/
H A Diostats.cpp35 c_writes(0), in stats()
90 c_writes = 0; in reset()
184 ++c_writes; in write_cached()
/dports/multimedia/minisatip/minisatip-1.1.52/src/
H A Dstream.h96 extern uint32_t c_reads, c_writes, c_failed_writes;
H A Dstream.c583 uint32_t c_reads, c_writes, c_failed_writes; variable
1114 c_writes = writes; in calculate_bw()
1120 c_bw, c_tbw, c_ns_read, c_reads, c_writes, c_failed_writes, in calculate_bw()
H A Dutils.c996 c_bw, c_tbw, c_reads, c_writes, c_failed_writes, c_ns_read, c_tt); in get_json_bandwidth()