Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-crypt.c131 struct mutex bio_alloc_lock; member
985 mutex_lock(&cc->bio_alloc_lock); in crypt_alloc_buffer()
1018 mutex_unlock(&cc->bio_alloc_lock); in crypt_alloc_buffer()
1788 mutex_init(&cc->bio_alloc_lock); in crypt_ctr()