| /linux/include/crypto/internal/ |
| H A D | cipher.h | 185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() argument 192 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_cipher() 195 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher() argument 197 crypto_drop_spawn(&spawn->base); in crypto_drop_cipher() 201 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher_alg() argument 203 return spawn->base.alg; in crypto_spawn_cipher_alg() 207 struct crypto_cipher_spawn *spawn) in crypto_spawn_cipher() argument 212 return __crypto_cipher_cast(crypto_spawn_tfm(&spawn->base, type, mask)); in crypto_spawn_cipher()
|
| 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/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/crypto/ |
| H A D | gcm.c | 784 struct crypto_aead_spawn *spawn = aead_instance_ctx(inst); in crypto_rfc4106_init_tfm() local 789 aead = crypto_spawn_aead(spawn); in crypto_rfc4106_init_tfm() 824 struct crypto_aead_spawn *spawn; in crypto_rfc4106_create() local 832 inst = kzalloc(sizeof(*inst) + sizeof(*spawn), GFP_KERNEL); in crypto_rfc4106_create() 836 spawn = aead_instance_ctx(inst); in crypto_rfc4106_create() 837 err = crypto_grab_aead(spawn, aead_crypto_instance(inst), in crypto_rfc4106_create() 842 alg = crypto_spawn_aead_alg(spawn); in crypto_rfc4106_create() 967 struct crypto_aead_spawn *spawn = &ictx->aead; in crypto_rfc4543_init_tfm() local 972 aead = crypto_spawn_aead(spawn); in crypto_rfc4543_init_tfm()
|
| /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 | 99 .spawn(move || { in main()
|
| H A D | pthread_mutex.rs | 164 .spawn(move || { in main()
|
| H A D | mutex.rs | 205 .spawn(move || { in main()
|
| /linux/Documentation/admin-guide/ |
| H A D | binfmt-misc.rst | 84 The usual behaviour of binfmt_misc is to spawn the 88 emulation is installed and uses the opened image to spawn the
|
| H A D | kernel-parameters.txt | 6833 Number of kthreads to spawn to invoke the
|
| /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
|