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

/linux-master/drivers/md/
H A Draid5.h533 R5_INACTIVE_BLOCKED, /* release of inactive stripes blocked, enumerator in enum:r5_cache_state
H A Draid5.c788 * Block until another thread clears R5_INACTIVE_BLOCKED or
797 if (!test_bit(R5_INACTIVE_BLOCKED, &conf->cache_state))
840 if (!test_bit(R5_INACTIVE_BLOCKED, &conf->cache_state)) {
856 set_bit(R5_INACTIVE_BLOCKED, &conf->cache_state);
868 clear_bit(R5_INACTIVE_BLOCKED, &conf->cache_state);

Completed in 118 milliseconds