Searched refs:crypt_queue (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireguard/ |
| H A D | device.h | 28 struct crypt_queue { struct 42 struct crypt_queue encrypt_queue, decrypt_queue, handshake_queue; argument
|
| H A D | queueing.c | 25 int wg_packet_queue_init(struct crypt_queue *queue, work_func_t function, in wg_packet_queue_init() 43 void wg_packet_queue_free(struct crypt_queue *queue, bool purge) in wg_packet_queue_free()
|
| H A D | receive.c | 208 struct crypt_queue *queue = container_of(work, struct multicore_worker, work)->ptr; in wg_packet_handshake_receive_worker() 495 struct crypt_queue *queue = container_of(work, struct multicore_worker, in wg_packet_decrypt_worker()
|
| H A D | send.c | 289 struct crypt_queue *queue = container_of(work, struct multicore_worker, in wg_packet_encrypt_worker()
|
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 164 struct workqueue_struct *crypt_queue; member 2114 queue_work(cc->crypt_queue, &io->work); in kcryptd_crypt_write_convert() 2189 queue_work(cc->crypt_queue, &io->work); in kcryptd_crypt_read_convert() 2289 queue_work(cc->crypt_queue, &io->work); in kcryptd_queue_crypt() 2746 if (cc->crypt_queue) in crypt_dtr() 2747 destroy_workqueue(cc->crypt_queue); in crypt_dtr() 3410 cc->crypt_queue = alloc_workqueue("kcryptd-%s-%d", in crypt_ctr() 3418 cc->crypt_queue = alloc_workqueue("kcryptd-%s-%d", in crypt_ctr() 3422 if (!cc->crypt_queue) { in crypt_ctr()
|