Lines Matching refs:cache_size_mutex
2342 mutex_lock(&conf->cache_size_mutex); in resize_stripes()
2359 mutex_unlock(&conf->cache_size_mutex); in resize_stripes()
2420 mutex_unlock(&conf->cache_size_mutex); in resize_stripes()
6325 mutex_trylock(&conf->cache_size_mutex)) { in raid5d()
6331 mutex_unlock(&conf->cache_size_mutex); in raid5d()
6366 mutex_lock(&conf->cache_size_mutex); in raid5_set_cache_size()
6370 mutex_unlock(&conf->cache_size_mutex); in raid5_set_cache_size()
6374 mutex_lock(&conf->cache_size_mutex); in raid5_set_cache_size()
6378 mutex_unlock(&conf->cache_size_mutex); in raid5_set_cache_size()
6829 if (mutex_trylock(&conf->cache_size_mutex)) { in raid5_cache_scan()
6839 mutex_unlock(&conf->cache_size_mutex); in raid5_cache_scan()
6918 mutex_init(&conf->cache_size_mutex); in setup_conf()