Home
last modified time | relevance | path

Searched refs:spawns (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/crypto/
Dalgapi.c145 struct list_head *spawns; in crypto_remove_spawns() local
149 spawns = &alg->cra_users; in crypto_remove_spawns()
150 list_for_each_entry_safe(spawn, n, spawns, list) { in crypto_remove_spawns()
162 spawns = ⊤ in crypto_remove_spawns()
164 while (!list_empty(spawns)) { in crypto_remove_spawns()
167 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
182 spawns = &inst->alg.cra_users; in crypto_remove_spawns()
199 if (spawns->next == NULL) in crypto_remove_spawns()
202 } while ((spawns = crypto_more_spawns(alg, &stack, &top, in crypto_remove_spawns()
617 for (spawn = inst->spawns; spawn;) { in crypto_register_instance()
[all …]
/Linux-v5.10/Documentation/firmware-guide/acpi/
Daml-debugger.rst47 That spawns the interactive AML debugger environment where you can execute
/Linux-v5.10/include/crypto/
Dalgapi.h55 struct crypto_spawn *spawns; member
/Linux-v5.10/drivers/pci/hotplug/
DTODO11 * The driver spawns a kthread cpqhp_event_thread() which is woken by the
/Linux-v5.10/Documentation/block/
Dblk-mq.rst37 spawns multiple queues with individual entry points local to the CPU, removing
/Linux-v5.10/Documentation/RCU/Design/Expedited-Grace-Periods/
DExpedited-Grace-Periods.rst466 spawns the first task. Given that there are parts of the kernel that
/Linux-v5.10/Documentation/RCU/Design/Requirements/
DRequirements.rst1794 | During the “dead zone” between the time that the scheduler spawns the |
1807 | random tasks between the time that the scheduler spawns its first |