Searched refs:spawns (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dalgapi.c153 * through spawns. If nalg is not null, then exempt any algorithms
163 struct list_head *spawns; local
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
[all...]
/linux-master/include/crypto/
H A Dalgapi.h82 /* List of attached spawns before registration. */
83 struct crypto_spawn *spawns; member in union:crypto_instance::__anon1527

Completed in 139 milliseconds