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

/linux-master/crypto/
H A Dxor.c55 static struct xor_block_template *__initdata template_list; variable in typeref:struct:__initdata
60 tmpl->next = template_list;
61 template_list = tmpl;
73 active_template = template_list;
89 tmpl->next = template_list;
90 template_list = tmpl;
148 template_list = NULL;
150 fastest = template_list;
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flow.h24 struct list_head template_list; member in struct:prestera_flow_block
H A Dprestera_flow.c72 WARN_ON(!list_empty(&block->template_list));
90 INIT_LIST_HEAD(&block->template_list);
H A Dprestera_flower.c29 list_for_each_entry_safe(template, tmp, &block->template_list, list)
524 list_add_rcu(&template->list, &block->template_list);
541 list_for_each_entry_safe(template, tmp, &block->template_list, list)
/linux-master/security/integrity/ima/
H A Dima_template.c33 static DEFINE_SPINLOCK(template_list);
266 spin_lock(&template_list);
271 spin_unlock(&template_list);
349 spin_lock(&template_list);
351 spin_unlock(&template_list);

Completed in 104 milliseconds