Lines Matching refs:cache_size_mutex
2568 mutex_lock(&conf->cache_size_mutex); in resize_stripes()
2585 mutex_unlock(&conf->cache_size_mutex); in resize_stripes()
2694 mutex_unlock(&conf->cache_size_mutex); in resize_stripes()
6803 mutex_trylock(&conf->cache_size_mutex)) { in raid5d()
6809 mutex_unlock(&conf->cache_size_mutex); in raid5d()
6845 mutex_lock(&conf->cache_size_mutex); in raid5_set_cache_size()
6849 mutex_unlock(&conf->cache_size_mutex); in raid5_set_cache_size()
6853 mutex_lock(&conf->cache_size_mutex); in raid5_set_cache_size()
6860 mutex_unlock(&conf->cache_size_mutex); in raid5_set_cache_size()
7000 mutex_lock(&conf->cache_size_mutex); in raid5_store_stripe_size()
7013 mutex_unlock(&conf->cache_size_mutex); in raid5_store_stripe_size()
7402 if (mutex_trylock(&conf->cache_size_mutex)) { in raid5_cache_scan()
7412 mutex_unlock(&conf->cache_size_mutex); in raid5_cache_scan()
7496 mutex_init(&conf->cache_size_mutex); in setup_conf()