Lines Matching refs:spawns
147 * through spawns. If nalg is not null, then exempt any algorithms
157 struct list_head *spawns;
161 spawns = &alg->cra_users;
162 list_for_each_entry_safe(spawn, n, spawns, list) {
174 spawns = ⊤
176 while (!list_empty(spawns)) {
179 spawn = list_first_entry(spawns, struct crypto_spawn,
194 spawns = &inst->alg.cra_users;
204 * an instance's spawns are set up prior to the instance
211 if (spawns->next == NULL)
214 } while ((spawns = crypto_more_spawns(alg, &stack, &top,
632 for (spawn = inst->spawns; spawn;) {
706 spawn->next = inst->spawns;
707 inst->spawns = spawn;