Lines Matching refs:cache_size_mutex
2575 mutex_lock(&conf->cache_size_mutex); in resize_stripes()
2592 mutex_unlock(&conf->cache_size_mutex); in resize_stripes()
2701 mutex_unlock(&conf->cache_size_mutex); in resize_stripes()
6863 mutex_trylock(&conf->cache_size_mutex)) { in raid5d()
6869 mutex_unlock(&conf->cache_size_mutex); in raid5d()
6905 mutex_lock(&conf->cache_size_mutex); in raid5_set_cache_size()
6909 mutex_unlock(&conf->cache_size_mutex); in raid5_set_cache_size()
6913 mutex_lock(&conf->cache_size_mutex); in raid5_set_cache_size()
6920 mutex_unlock(&conf->cache_size_mutex); in raid5_set_cache_size()
7060 mutex_lock(&conf->cache_size_mutex); in raid5_store_stripe_size()
7073 mutex_unlock(&conf->cache_size_mutex); in raid5_store_stripe_size()
7462 if (mutex_trylock(&conf->cache_size_mutex)) { in raid5_cache_scan()
7472 mutex_unlock(&conf->cache_size_mutex); in raid5_cache_scan()
7556 mutex_init(&conf->cache_size_mutex); in setup_conf()