Lines Matching refs:cycles_per_insertion
271 unsigned long long int cycles_per_insertion = in test_hash_readwrite_functional() local
275 printf("cycles per insertion and lookup: %llu\n", cycles_per_insertion); in test_hash_readwrite_functional()
477 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
480 perf_results->read_only[n] = cycles_per_insertion; in test_hash_readwrite_perf()
482 cycles_per_insertion); in test_hash_readwrite_perf()
486 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
489 perf_results->write_only[n] = cycles_per_insertion; in test_hash_readwrite_perf()
491 cycles_per_insertion); in test_hash_readwrite_perf()
571 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
574 perf_results->read_write_r[n] = cycles_per_insertion; in test_hash_readwrite_perf()
576 cycles_per_insertion); in test_hash_readwrite_perf()
580 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
583 perf_results->read_write_w[n] = cycles_per_insertion; in test_hash_readwrite_perf()
585 cycles_per_insertion); in test_hash_readwrite_perf()