Home
last modified time | relevance | path

Searched refs:active_stripes (Results 1 – 2 of 2) sorted by relevance

/drivers/md/
Draid5.h445 atomic_t active_stripes; member
Draid5.c206 BUG_ON(atomic_read(&conf->active_stripes)==0); in do_release_stripe()
226 atomic_dec(&conf->active_stripes); in do_release_stripe()
286 atomic_inc(&conf->active_stripes); in get_free_stripe()
483 (atomic_read(&conf->active_stripes) in get_active_stripe()
497 atomic_inc(&conf->active_stripes); in get_active_stripe()
1495 atomic_inc(&conf->active_stripes); in grow_one_stripe()
1704 atomic_dec(&conf->active_stripes); in drop_one_stripe()
4979 return sprintf(page, "%d\n", atomic_read(&conf->active_stripes)); in stripe_cache_active_show()
5174 atomic_set(&conf->active_stripes, 0); in setup_conf()
6143 atomic_read(&conf->active_stripes) == 0 && in raid5_quiesce()