Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Draid5.h657 atomic_t active_stripes; member
Draid5.c228 BUG_ON(atomic_read(&conf->active_stripes)==0); in do_release_stripe()
278 atomic_dec(&conf->active_stripes); in do_release_stripe()
356 if (atomic_read(&conf->active_stripes) == 0) in release_inactive_stripe_list()
453 atomic_inc(&conf->active_stripes); in get_free_stripe()
652 atomic_inc(&conf->active_stripes); in find_get_stripe()
799 return (atomic_read(&conf->active_stripes) < in is_inactive_blocked()
2420 atomic_inc(&conf->active_stripes); in grow_one_stripe()
2719 atomic_dec(&conf->active_stripes); in drop_one_stripe()
7194 return sprintf(page, "%d\n", atomic_read(&conf->active_stripes)); in stripe_cache_active_show()
7567 atomic_set(&conf->active_stripes, 0); in setup_conf()
[all …]
Draid5-cache.c1380 atomic_inc(&conf->active_stripes); in r5c_flush_stripe()
2445 atomic_read(&conf->active_stripes) == 0); in r5c_recovery_flush_data_only_stripes()