Searched refs:spawns (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/crypto/ |
H A D | algapi.c | 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() 217 if (spawns->next == NULL) in crypto_remove_spawns() 220 } while ((spawns = crypto_more_spawns(alg, &stack, &top, in crypto_remove_spawns() 669 for (spawn = inst->spawns; spawn;) { in crypto_register_instance() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/genmon/ |
H A D | xfce4-genmon-plugin_4.2.0.bb | 1 DESCRIPTION = "This plugin cyclically spawns the indicated script/program, captures its output (std…
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | aml-debugger.rst | 47 That spawns the interactive AML debugger environment where you can execute
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | python-development-shell.rst | 43 This command spawns a terminal and places you in an interactive Python
|
H A D | development-shell.rst | 24 This command spawns a terminal with a shell prompt within the
|
/openbmc/linux/include/crypto/ |
H A D | algapi.h | 83 struct crypto_spawn *spawns; member
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | TODO | 11 * The driver spawns a kthread cpqhp_event_thread() which is woken by the
|
/openbmc/linux/Documentation/block/ |
H A D | blk-mq.rst | 37 spawns multiple queues with individual entry points local to the CPU, removing
|
/openbmc/qemu/docs/devel/testing/ |
H A D | acpi-bits.rst | 74 biosbits iso. It then spawns a QEMU VM with it, collects the log and reports
|
H A D | fuzzing.rst | 71 ``-jobs=N``, libFuzzer automatically spawns a number of workers less than or equal
|
/openbmc/qemu/docs/devel/migration/ |
H A D | vfio.rst | 162 migrate_init spawns migration_thread
|
/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/ |
H A D | Expedited-Grace-Periods.rst | 466 spawns the first task. Given that there are parts of the kernel that
|
/openbmc/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 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 |
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | variables.rst | 5779 Controls how the OpenEmbedded build system spawns interactive
|