Searched refs:cache_size_mutex (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/md/
H A Draid5.c2558 mutex_lock(&conf->cache_size_mutex);
2575 mutex_unlock(&conf->cache_size_mutex);
2684 mutex_unlock(&conf->cache_size_mutex);
6781 mutex_trylock(&conf->cache_size_mutex)) {
6787 mutex_unlock(&conf->cache_size_mutex);
6823 mutex_lock(&conf->cache_size_mutex);
6827 mutex_unlock(&conf->cache_size_mutex);
6831 mutex_lock(&conf->cache_size_mutex);
6838 mutex_unlock(&conf->cache_size_mutex);
6975 mutex_lock(&conf->cache_size_mutex);
[all...]
H A Draid5.h638 struct mutex cache_size_mutex; /* Protect changes to cache size */ member in struct:r5conf

Completed in 254 milliseconds