Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dxor.c114 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local
116 fastest = XOR_SELECT_TEMPLATE(NULL); in calibrate_xor_blocks()
118 if (fastest) { in calibrate_xor_blocks()
121 fastest->name); in calibrate_xor_blocks()
141 fastest = template_list; in calibrate_xor_blocks()
142 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
143 if (f->speed > fastest->speed) in calibrate_xor_blocks()
144 fastest = f; in calibrate_xor_blocks()
147 fastest->name, fastest->speed / 1000, fastest->speed % 1000); in calibrate_xor_blocks()
153 active_template = fastest; in calibrate_xor_blocks()
/linux-4.19.296/usr/
DKconfig189 decompression speed is the second fastest and it's compression speed
201 is the fastest.
/linux-4.19.296/lib/
DKconfig138 This is the fastest algorithm, but comes with a 8KiB lookup table.