Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dalgapi.c157 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()
211 if (spawns->next == NULL) in crypto_remove_spawns()
625 for (spawn = inst->spawns; spawn;) { in crypto_register_instance()
706 spawn->next = inst->spawns; in crypto_grab_spawn()
[all …]
/linux-6.15/Documentation/firmware-guide/acpi/
H A Daml-debugger.rst47 That spawns the interactive AML debugger environment where you can execute
/linux-6.15/drivers/pci/hotplug/
H A DTODO13 * The driver spawns a kthread cpqhp_event_thread() which is woken by the
/linux-6.15/include/crypto/
H A Dalgapi.h68 struct crypto_spawn *spawns; member
/linux-6.15/Documentation/block/
H A Dblk-mq.rst37 spawns multiple queues with individual entry points local to the CPU, removing
/linux-6.15/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst466 spawns the first task. Given that there are parts of the kernel that
/linux-6.15/Documentation/RCU/Design/Requirements/
H A 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 |