Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dcrypto.c41 static struct workqueue_struct *fscrypt_read_workqueue; variable
48 queue_work(fscrypt_read_workqueue, work); in fscrypt_enqueue_decrypt_work()
392 fscrypt_read_workqueue = alloc_workqueue("fscrypt_read_queue", in fscrypt_init()
395 if (!fscrypt_read_workqueue) in fscrypt_init()
412 destroy_workqueue(fscrypt_read_workqueue); in fscrypt_init()