Lines Matching refs:cache_size_mutex
2169 mutex_lock(&conf->cache_size_mutex); in resize_stripes()
2187 mutex_unlock(&conf->cache_size_mutex); in resize_stripes()
2234 mutex_unlock(&conf->cache_size_mutex); in resize_stripes()
5903 mutex_trylock(&conf->cache_size_mutex)) { in raid5d()
5909 mutex_unlock(&conf->cache_size_mutex); in raid5d()
5943 mutex_lock(&conf->cache_size_mutex); in raid5_set_cache_size()
5947 mutex_unlock(&conf->cache_size_mutex); in raid5_set_cache_size()
5954 mutex_lock(&conf->cache_size_mutex); in raid5_set_cache_size()
5958 mutex_unlock(&conf->cache_size_mutex); in raid5_set_cache_size()
6435 if (mutex_trylock(&conf->cache_size_mutex)) { in raid5_cache_scan()
6445 mutex_unlock(&conf->cache_size_mutex); in raid5_cache_scan()
6514 mutex_init(&conf->cache_size_mutex); in setup_conf()