Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-crypt.c205 struct mutex bio_alloc_lock; member
1301 mutex_lock(&cc->bio_alloc_lock); in crypt_alloc_buffer()
1335 mutex_unlock(&cc->bio_alloc_lock); in crypt_alloc_buffer()
2147 mutex_destroy(&cc->bio_alloc_lock); in crypt_dtr()
2660 mutex_init(&cc->bio_alloc_lock); in crypt_ctr()