| /linux/include/crypto/internal/ |
| H A D | kpp.h | 196 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, 204 static inline void crypto_drop_kpp(struct crypto_kpp_spawn *spawn) in crypto_drop_kpp() argument 206 crypto_drop_spawn(&spawn->base); in crypto_drop_kpp() 222 struct crypto_kpp_spawn *spawn) in crypto_spawn_kpp_alg() argument 224 return container_of(spawn->base.alg, struct kpp_alg, base); in crypto_spawn_kpp_alg() 240 struct crypto_kpp_spawn *spawn) in crypto_spawn_kpp() argument 242 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_kpp()
|
| H A D | aead.h | 99 int crypto_grab_aead(struct crypto_aead_spawn *spawn, 103 static inline void crypto_drop_aead(struct crypto_aead_spawn *spawn) in crypto_drop_aead() argument 105 crypto_drop_spawn(&spawn->base); in crypto_drop_aead() 109 struct crypto_aead_spawn *spawn) in crypto_spawn_aead_alg() argument 111 return container_of(spawn->base.alg, struct aead_alg, base); in crypto_spawn_aead_alg() 115 struct crypto_aead_spawn *spawn) in crypto_spawn_aead() argument 117 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_aead()
|
| /linux/crypto/ |
| H A D | ccm.c | 665 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4309_init_tfm() local 670 aead = crypto_spawn_aead(spawn); in crypto_rfc4309_init_tfm() 705 struct crypto_aead_spawn *spawn; in crypto_rfc4309_create() local 713 inst = kzalloc(sizeof(*inst) + sizeof(*spawn), GFP_KERNEL); in crypto_rfc4309_create() 717 spawn = aead_instance_ctx(inst); in crypto_rfc4309_create() 718 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4309_create() 723 alg = crypto_spawn_aead_alg(spawn); in crypto_rfc4309_create() 829 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm() local 832 cipher = crypto_spawn_cipher(spawn); in cbcmac_init_tfm() 850 struct crypto_cipher_spawn *spawn; in cbcmac_create() local [all …]
|
| /linux/include/crypto/ |
| H A D | algapi.h | 151 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, 153 void crypto_drop_spawn(struct crypto_spawn *spawn); 154 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, 156 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | pids.rst | 88 # /bin/echo "We can't even spawn a single process now." 91 # /bin/echo "We can't even spawn a single process now."
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | igb.rst | 49 This parameter adds support for SR-IOV. It causes the driver to spawn up to 60 This will spawn 4 VFs on the first port. 66 This will spawn 2 VFs on the first port and 4 VFs on the second port.
|
| H A D | ixgbe.rst | 183 This parameter adds support for SR-IOV. It causes the driver to spawn up to 203 This will spawn 4 VFs on the first port. 209 This will spawn 2 VFs on the first port and 4 VFs on the second port.
|
| /linux/rust/pin-init/examples/ |
| H A D | static_init.rs | 96 .spawn(move || { in main()
|
| H A D | pthread_mutex.rs | 163 .spawn(move || { in main()
|
| H A D | mutex.rs | 197 .spawn(move || { in main()
|
| /linux/Documentation/virt/ |
| H A D | ne_overview.rst | 30 VM guest that uses the provided ioctl interface of the NE driver to spawn an
|
| /linux/tools/power/pm-graph/ |
| H A D | README | 501 it will spawn an entirely new event named after the caller's kernel thread.
|
| /linux/Documentation/networking/ |
| H A D | packet_mmap.rst | 416 the frames. This is because a frame cannot be spawn across two
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 828 order not to spawn multiple per-cpu streaming threads but still avoid LOST
|
| /linux/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 1760 itself to the point where RCU can spawn and run its kthreads. In theory,
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6852 Number of kthreads to spawn to invoke the
|