Lines Matching refs:n
90 struct crypto_spawn *spawn, *n; in crypto_more_spawns() local
96 n = list_next_entry(spawn, list); in crypto_more_spawns()
98 if (spawn->alg && &n->list != stack && !n->alg) in crypto_more_spawns()
99 n->alg = (n->list.next == stack) ? alg : in crypto_more_spawns()
100 &list_next_entry(n, list)->inst->alg; in crypto_more_spawns()
104 return &n->list == stack ? top : &n->inst->alg.cra_users; in crypto_more_spawns()
133 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() local
140 list_for_each_entry_safe(spawn, n, spawns, list) { in crypto_remove_spawns()
181 list_for_each_entry_safe(spawn, n, &secondary_spawns, list) { in crypto_remove_spawns()
336 struct crypto_alg *n; in crypto_remove_final() local
338 list_for_each_entry_safe(alg, n, list, cra_list) { in crypto_remove_final()
499 struct hlist_node *n; in crypto_unregister_template() local
517 hlist_for_each_entry_safe(inst, n, list, list) { in crypto_unregister_template()