Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.h522 atomic_t active_stripes; member
Draid5.c293 BUG_ON(atomic_read(&conf->active_stripes)==0); in do_release_stripe()
318 atomic_dec(&conf->active_stripes); in do_release_stripe()
373 if (atomic_read(&conf->active_stripes) == 0) in release_inactive_stripe_list()
474 atomic_inc(&conf->active_stripes); in get_free_stripe()
688 (atomic_read(&conf->active_stripes) in raid5_get_active_stripe()
703 atomic_inc(&conf->active_stripes); in raid5_get_active_stripe()
781 atomic_inc(&conf->active_stripes); in stripe_add_to_batch_list()
2015 atomic_inc(&conf->active_stripes); in grow_one_stripe()
2272 atomic_dec(&conf->active_stripes); in drop_one_stripe()
6138 return sprintf(page, "%d\n", atomic_read(&conf->active_stripes)); in stripe_cache_active_show()
[all …]