Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dxor.c79 #define BENCH_SIZE 4096 macro
101 tmpl->do_2(BENCH_SIZE, b1, b2); in do_xor_speed()
109 speed = (1000 * reps * BENCH_SIZE) / (unsigned int)ktime_to_ns(min); in do_xor_speed()
135 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE; in calibrate_xor_blocks()