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

/linux-master/drivers/md/
H A Draid5.h638 struct mutex cache_size_mutex; /* Protect changes to cache size */ member in struct:r5conf
H A Draid5.c2559 mutex_lock(&conf->cache_size_mutex);
2576 mutex_unlock(&conf->cache_size_mutex);
2685 mutex_unlock(&conf->cache_size_mutex);
6790 mutex_trylock(&conf->cache_size_mutex)) {
6796 mutex_unlock(&conf->cache_size_mutex);
6832 mutex_lock(&conf->cache_size_mutex);
6836 mutex_unlock(&conf->cache_size_mutex);
6840 mutex_lock(&conf->cache_size_mutex);
6847 mutex_unlock(&conf->cache_size_mutex);
6984 mutex_lock(&conf->cache_size_mutex);
[all...]

Completed in 167 milliseconds