Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.h652 atomic_t active_stripes; member
H A Draid5.c233 BUG_ON(atomic_read(&conf->active_stripes)==0); in do_release_stripe()
283 atomic_dec(&conf->active_stripes); in do_release_stripe()
361 if (atomic_read(&conf->active_stripes) == 0) in release_inactive_stripe_list()
458 atomic_inc(&conf->active_stripes); in get_free_stripe()
657 atomic_inc(&conf->active_stripes); in find_get_stripe()
803 return (atomic_read(&conf->active_stripes) < in is_inactive_blocked()
2413 atomic_inc(&conf->active_stripes); in grow_one_stripe()
2708 atomic_dec(&conf->active_stripes); in drop_one_stripe()
7331 return sprintf(page, "%d\n", atomic_read(&conf->active_stripes)); in stripe_cache_active_show()
7710 atomic_set(&conf->active_stripes, 0); in setup_conf()
[all …]