Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/crypto/
H A Dalgapi.c153 * through spawns. If nalg is not null, then exempt any algorithms
163 struct list_head *spawns; in crypto_remove_spawns() local
167 spawns = &alg->cra_users; in crypto_remove_spawns()
168 list_for_each_entry_safe(spawn, n, spawns, list) { in crypto_remove_spawns()
180 spawns = ⊤ in crypto_remove_spawns()
182 while (!list_empty(spawns)) { in crypto_remove_spawns()
185 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
200 spawns = &inst->alg.cra_users; in crypto_remove_spawns()
210 * an instance's spawns are set up prior to the instance in crypto_remove_spawns()
217 if (spawns in crypto_remove_spawns()
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dalgapi.c147 * through spawns. If nalg is not null, then exempt any algorithms
157 struct list_head *spawns; in crypto_remove_spawns() local
161 spawns = &alg->cra_users; in crypto_remove_spawns()
162 list_for_each_entry_safe(spawn, n, spawns, list) { in crypto_remove_spawns()
174 spawns = ⊤ in crypto_remove_spawns()
176 while (!list_empty(spawns)) { in crypto_remove_spawns()
179 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
194 spawns = &inst->alg.cra_users; in crypto_remove_spawns()
204 * an instance's spawns are set up prior to the instance in crypto_remove_spawns()
211 if (spawns in crypto_remove_spawns()
[all...]
/kernel/linux/linux-5.10/include/crypto/
H A Dalgapi.h55 /* List of attached spawns before registration. */
56 struct crypto_spawn *spawns; member
/kernel/linux/linux-6.6/include/crypto/
H A Dalgapi.h82 /* List of attached spawns before registration. */
83 struct crypto_spawn *spawns; member

Completed in 4 milliseconds