Home
last modified time | relevance | path

Searched refs:decrypt_wq (Results 1 – 3 of 3) sorted by relevance

/fs/cifs/
Dcifsfs.c124 struct workqueue_struct *decrypt_wq; variable
1634 decrypt_wq = alloc_workqueue("smb3decryptd", in init_cifs()
1636 if (!decrypt_wq) { in init_cifs()
1739 destroy_workqueue(decrypt_wq); in init_cifs()
1770 destroy_workqueue(decrypt_wq); in exit_cifs()
Dcifsglob.h1898 extern struct workqueue_struct *decrypt_wq;
Dsmb2ops.c5108 queue_work(decrypt_wq, &dw->decrypt); in receive_encrypted_read()