Lines Matching refs:cycles_per_insertion
274 unsigned long long int cycles_per_insertion = in test_hash_readwrite_functional() local
278 printf("cycles per insertion and lookup: %llu\n", cycles_per_insertion); in test_hash_readwrite_functional()
483 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
486 perf_results->read_only[n] = cycles_per_insertion; in test_hash_readwrite_perf()
488 cycles_per_insertion); in test_hash_readwrite_perf()
492 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
495 perf_results->write_only[n] = cycles_per_insertion; in test_hash_readwrite_perf()
497 cycles_per_insertion); in test_hash_readwrite_perf()
577 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
580 perf_results->read_write_r[n] = cycles_per_insertion; in test_hash_readwrite_perf()
582 cycles_per_insertion); in test_hash_readwrite_perf()
586 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
589 perf_results->read_write_w[n] = cycles_per_insertion; in test_hash_readwrite_perf()
591 cycles_per_insertion); in test_hash_readwrite_perf()