Searched refs:crypt_queue (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/wireguard/ |
A D | queueing.h | 19 struct crypt_queue; 24 int wg_packet_queue_init(struct crypt_queue *queue, work_func_t function, 26 void wg_packet_queue_free(struct crypt_queue *queue, bool purge); 161 struct crypt_queue *device_queue, struct prev_queue *peer_queue, in wg_queue_enqueue_per_device_and_peer()
|
A D | device.h | 28 struct crypt_queue { struct 42 struct crypt_queue encrypt_queue, decrypt_queue, handshake_queue; argument
|
A D | queueing.c | 25 int wg_packet_queue_init(struct crypt_queue *queue, work_func_t function, in wg_packet_queue_init() 42 void wg_packet_queue_free(struct crypt_queue *queue, bool purge) in wg_packet_queue_free()
|
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()
|
A D | send.c | 289 struct crypt_queue *queue = container_of(work, struct multicore_worker, in wg_packet_encrypt_worker()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-crypt.c | 156 struct workqueue_struct *crypt_queue; member 2077 queue_work(cc->crypt_queue, &io->work); in kcryptd_crypt_write_convert() 2141 queue_work(cc->crypt_queue, &io->work); in kcryptd_crypt_read_convert() 2243 queue_work(cc->crypt_queue, &io->work); in kcryptd_queue_crypt() 2704 if (cc->crypt_queue) in crypt_dtr() 2705 destroy_workqueue(cc->crypt_queue); in crypt_dtr() 3343 cc->crypt_queue = alloc_workqueue("kcryptd/%s", WQ_CPU_INTENSIVE | WQ_MEM_RECLAIM, in crypt_ctr() 3346 cc->crypt_queue = alloc_workqueue("kcryptd/%s", in crypt_ctr() 3349 if (!cc->crypt_queue) { in crypt_ctr()
|
Completed in 16 milliseconds