Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.h530 #define R5_INACTIVE_BLOCKED 1 /* release of inactive stripes blocked, macro
Draid5.c673 if (!test_bit(R5_INACTIVE_BLOCKED, &conf->cache_state)) { in raid5_get_active_stripe()
683 set_bit(R5_INACTIVE_BLOCKED, in raid5_get_active_stripe()
690 || !test_bit(R5_INACTIVE_BLOCKED, in raid5_get_active_stripe()
693 clear_bit(R5_INACTIVE_BLOCKED, in raid5_get_active_stripe()
4683 if (test_bit(R5_INACTIVE_BLOCKED, &conf->cache_state)) in raid5_congested()