Home
last modified time | relevance | path

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

/Linux-v5.10/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()
146 template_list = NULL; in calibrate_xor_blocks()
148 fastest = template_list; in calibrate_xor_blocks()
/Linux-v5.10/security/integrity/ima/
Dima_template.c29 static DEFINE_SPINLOCK(template_list);
237 spin_lock(&template_list); in ima_init_template_list()
242 spin_unlock(&template_list); in ima_init_template_list()
292 spin_lock(&template_list); in restore_template_fmt()
294 spin_unlock(&template_list); in restore_template_fmt()