Searched refs:R5C_LOG_TIGHT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 542 R5C_LOG_TIGHT, /* log device space tight, need to enumerator
|
H A D | raid5-cache.c | 410 * evaluate log space usage and update R5C_LOG_TIGHT and R5C_LOG_CRITICAL 412 * R5C_LOG_TIGHT is set when free space on the log device is less than 3x of 437 set_bit(R5C_LOG_TIGHT, &conf->cache_state); in r5c_update_log_state() 439 clear_bit(R5C_LOG_TIGHT, &conf->cache_state); in r5c_update_log_state() 1237 test_bit(R5C_LOG_TIGHT, &conf->cache_state)) in __r5l_stripe_write_finished() 1467 if (test_bit(R5C_LOG_TIGHT, &conf->cache_state)) { in r5c_do_reclaim()
|
H A D | raid5.c | 5519 bool try_loprio = test_bit(R5C_LOG_TIGHT, &conf->cache_state) || in __get_priority_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 544 R5C_LOG_TIGHT, /* log device space tight, need to enumerator
|
H A D | raid5-cache.c | 410 * evaluate log space usage and update R5C_LOG_TIGHT and R5C_LOG_CRITICAL 412 * R5C_LOG_TIGHT is set when free space on the log device is less than 3x of 437 set_bit(R5C_LOG_TIGHT, &conf->cache_state); in r5c_update_log_state() 439 clear_bit(R5C_LOG_TIGHT, &conf->cache_state); in r5c_update_log_state() 1236 test_bit(R5C_LOG_TIGHT, &conf->cache_state)) in __r5l_stripe_write_finished() 1466 if (test_bit(R5C_LOG_TIGHT, &conf->cache_state)) { in r5c_do_reclaim()
|
H A D | raid5.c | 5624 bool try_loprio = test_bit(R5C_LOG_TIGHT, &conf->cache_state) ||
|
Completed in 31 milliseconds