Searched refs:R5C_LOG_TIGHT (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/
H A Draid5.h544 R5C_LOG_TIGHT, /* log device space tight, need to enumerator in enum:r5_cache_state
H A Draid5-cache.c413 * evaluate log space usage and update R5C_LOG_TIGHT and R5C_LOG_CRITICAL
415 * R5C_LOG_TIGHT is set when free space on the log device is less than 3x of
440 set_bit(R5C_LOG_TIGHT, &conf->cache_state);
442 clear_bit(R5C_LOG_TIGHT, &conf->cache_state);
1238 test_bit(R5C_LOG_TIGHT, &conf->cache_state))
1468 if (test_bit(R5C_LOG_TIGHT, &conf->cache_state)) {
H A Draid5.c5564 bool try_loprio = test_bit(R5C_LOG_TIGHT, &conf->cache_state) ||

Completed in 186 milliseconds