Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A 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()
/linux-6.3-rc2/security/integrity/ima/
A Dima_template.c33 static DEFINE_SPINLOCK(template_list);
266 spin_lock(&template_list); in ima_init_template_list()
271 spin_unlock(&template_list); in ima_init_template_list()
349 spin_lock(&template_list); in restore_template_fmt()
351 spin_unlock(&template_list); in restore_template_fmt()
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/
A Dprestera_flow.h24 struct list_head template_list; member
A Dprestera_flow.c72 WARN_ON(!list_empty(&block->template_list)); in prestera_flow_block_destroy()
90 INIT_LIST_HEAD(&block->template_list); in prestera_flow_block_create()
A Dprestera_flower.c29 list_for_each_entry_safe(template, tmp, &block->template_list, list) in prestera_flower_template_cleanup()
518 list_add_rcu(&template->list, &block->template_list); in prestera_flower_tmplt_create()
535 list_for_each_entry_safe(template, tmp, &block->template_list, list) in prestera_flower_tmplt_destroy()

Completed in 11 milliseconds