Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dcrypto.c39 static struct workqueue_struct *fscrypt_read_workqueue; variable
46 queue_work(fscrypt_read_workqueue, work); in fscrypt_enqueue_decrypt_work()
388 fscrypt_read_workqueue = alloc_workqueue("fscrypt_read_queue", in fscrypt_init()
391 if (!fscrypt_read_workqueue) in fscrypt_init()
407 destroy_workqueue(fscrypt_read_workqueue); in fscrypt_init()