Searched refs:fastest (Results 1 – 3 of 3) sorted by relevance
114 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local116 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()
189 decompression speed is the second fastest and it's compression speed201 is the fastest.
138 This is the fastest algorithm, but comes with a 8KiB lookup table.