Home
last modified time | relevance | path

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

/linux-6.12.1/fs/crypto/
Dcrypto.c39 static struct workqueue_struct *fscrypt_read_workqueue; variable
46 queue_work(fscrypt_read_workqueue, work); in fscrypt_enqueue_decrypt_work()
406 fscrypt_read_workqueue = alloc_workqueue("fscrypt_read_queue", in fscrypt_init()
409 if (!fscrypt_read_workqueue) in fscrypt_init()
426 destroy_workqueue(fscrypt_read_workqueue); in fscrypt_init()