Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Draid5.h535 R5_INACTIVE_BLOCKED, /* release of inactive stripes blocked, enumerator
Draid5.c643 if (!test_bit(R5_INACTIVE_BLOCKED, &conf->cache_state)) { in raid5_get_active_stripe()
655 set_bit(R5_INACTIVE_BLOCKED, in raid5_get_active_stripe()
663 || !test_bit(R5_INACTIVE_BLOCKED, in raid5_get_active_stripe()
666 clear_bit(R5_INACTIVE_BLOCKED, in raid5_get_active_stripe()
5103 if (test_bit(R5_INACTIVE_BLOCKED, &conf->cache_state)) in raid5_congested()