Home
last modified time | relevance | path

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

/crypto/
Dxor.c55 static struct xor_block_template *__initdata template_list; variable
60 tmpl->next = template_list; in do_xor_register()
61 template_list = tmpl; in do_xor_register()
73 active_template = template_list; in register_xor_blocks()
89 tmpl->next = template_list; in do_xor_speed()
90 template_list = tmpl; in do_xor_speed()
148 template_list = NULL; in calibrate_xor_blocks()
150 fastest = template_list; in calibrate_xor_blocks()