Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid5.h520 #define R5_INACTIVE_BLOCKED 1 /* release of inactive stripes blocked, macro
Draid5.c675 if (!test_bit(R5_INACTIVE_BLOCKED, &conf->cache_state)) { in get_active_stripe()
685 set_bit(R5_INACTIVE_BLOCKED, in get_active_stripe()
692 || !test_bit(R5_INACTIVE_BLOCKED, in get_active_stripe()
695 clear_bit(R5_INACTIVE_BLOCKED, in get_active_stripe()
4663 if (test_bit(R5_INACTIVE_BLOCKED, &conf->cache_state)) in raid5_congested()