Home
last modified time | relevance | path

Searched refs:fastest (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dxor.c122 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local
124 fastest = XOR_SELECT_TEMPLATE(NULL); in calibrate_xor_blocks()
126 if (fastest) { in calibrate_xor_blocks()
129 fastest->name); in calibrate_xor_blocks()
150 fastest = template_list; in calibrate_xor_blocks()
151 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
152 if (f->speed > fastest->speed) in calibrate_xor_blocks()
153 fastest = f; in calibrate_xor_blocks()
156 fastest->name, fastest in calibrate_xor_blocks()
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dxor.c122 struct xor_block_template *f, *fastest; in calibrate_xor_blocks() local
124 fastest = XOR_SELECT_TEMPLATE(NULL); in calibrate_xor_blocks()
126 if (fastest) { in calibrate_xor_blocks()
129 fastest->name); in calibrate_xor_blocks()
150 fastest = template_list; in calibrate_xor_blocks()
151 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
152 if (f->speed > fastest->speed) in calibrate_xor_blocks()
153 fastest = f; in calibrate_xor_blocks()
156 fastest->name, fastest in calibrate_xor_blocks()
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Disp.S470 # now, w/ group1, make mul64's decode the fastest since it will
519 # now, w/ group2, make movep's decode the fastest since it will
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Disp.S470 # now, w/ group1, make mul64's decode the fastest since it will
519 # now, w/ group2, make movep's decode the fastest since it will

Completed in 11 milliseconds