Lines Matching refs:spawns
153 * through spawns. If nalg is not null, then exempt any algorithms
163 struct list_head *spawns;
167 spawns = &alg->cra_users;
168 list_for_each_entry_safe(spawn, n, spawns, list) {
180 spawns = ⊤
182 while (!list_empty(spawns)) {
185 spawn = list_first_entry(spawns, struct crypto_spawn,
200 spawns = &inst->alg.cra_users;
210 * an instance's spawns are set up prior to the instance
217 if (spawns->next == NULL)
220 } while ((spawns = crypto_more_spawns(alg, &stack, &top,
669 for (spawn = inst->spawns; spawn;) {
747 spawn->next = inst->spawns;
748 inst->spawns = spawn;