Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/md/
A Ddm-log.c261 static inline int log_test_bit(uint32_t *bs, unsigned int bit) in log_test_bit() function
672 return log_test_bit(lc->clean_bits, region); in core_is_clean()
679 return log_test_bit(lc->sync_bits, region); in core_in_sync()
759 } while (log_test_bit(lc->recovering_bits, *region)); in core_get_resync_work()
774 } else if (log_test_bit(lc->sync_bits, region)) { in core_set_region_sync()

Completed in 4 milliseconds