Lines Matching refs:active_stripes
67 if (atomic_read(&conf->active_stripes)==0) in __release_stripe()
82 atomic_dec(&conf->active_stripes); in __release_stripe()
84 atomic_read(&conf->active_stripes) < (NR_STRIPES*3/4)) in __release_stripe()
138 atomic_inc(&conf->active_stripes); in get_free_stripe()
227 if (atomic_read(&conf->active_stripes)) in shrink_stripe_cache()
269 …fer_size is %d, %d active\n", sector, size, conf->buffer_size, atomic_read(&conf->active_stripes)); in get_active_stripe()
275 while (conf->buffer_size != size && atomic_read(&conf->active_stripes)) { in get_active_stripe()
278 atomic_read(&conf->active_stripes)==0 || conf->buffer_size, in get_active_stripe()
281 conf->buffer_size, atomic_read(&conf->active_stripes)); in get_active_stripe()
306 (atomic_read(&conf->active_stripes) < (NR_STRIPES *3/4) in get_active_stripe()
318 atomic_inc(&conf->active_stripes); in get_active_stripe()
352 atomic_inc(&conf->active_stripes); in grow_stripes()
373 atomic_dec(&conf->active_stripes); in shrink_stripes()
1400 atomic_set(&conf->active_stripes, 0); in raid5_run()