Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid5.h513 atomic_t active_stripes; member
Draid5.c297 BUG_ON(atomic_read(&conf->active_stripes)==0); in do_release_stripe()
322 atomic_dec(&conf->active_stripes); in do_release_stripe()
476 atomic_inc(&conf->active_stripes); in get_free_stripe()
690 (atomic_read(&conf->active_stripes) in get_active_stripe()
705 atomic_inc(&conf->active_stripes); in get_active_stripe()
779 atomic_inc(&conf->active_stripes); in stripe_add_to_batch_list()
2013 atomic_inc(&conf->active_stripes); in grow_one_stripe()
2270 atomic_dec(&conf->active_stripes); in drop_one_stripe()
6102 return sprintf(page, "%d\n", atomic_read(&conf->active_stripes)); in stripe_cache_active_show()
6483 atomic_set(&conf->active_stripes, 0); in setup_conf()
[all …]