Searched refs:spawns (Results 1 – 7 of 7) sorted by relevance
151 struct list_head *spawns; in crypto_remove_spawns() local155 spawns = &alg->cra_users; in crypto_remove_spawns()156 list_for_each_entry_safe(spawn, n, spawns, list) { in crypto_remove_spawns()168 spawns = ⊤ in crypto_remove_spawns()170 while (!list_empty(spawns)) { in crypto_remove_spawns()173 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()188 spawns = &inst->alg.cra_users; in crypto_remove_spawns()205 if (spawns->next == NULL) in crypto_remove_spawns()656 for (spawn = inst->spawns; spawn;) { in crypto_register_instance()734 spawn->next = inst->spawns; in crypto_grab_spawn()[all …]
47 That spawns the interactive AML debugger environment where you can execute
11 * The driver spawns a kthread cpqhp_event_thread() which is woken by the
69 struct crypto_spawn *spawns; member
37 spawns multiple queues with individual entry points local to the CPU, removing
466 spawns the first task. Given that there are parts of the kernel that
1794 | During the “dead zone” between the time that the scheduler spawns the |1807 | random tasks between the time that the scheduler spawns its first |
Completed in 12 milliseconds