Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dhash-test-template.h555 size_t num_iters = 10000000 / (len + 128); in benchmark_hash() local
561 for (size_t j = 0; j < num_iters; j++) in benchmark_hash()
566 div64_u64((u64)len * num_iters * 1000, t ?: 1)); in benchmark_hash()