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

/linux-4.1.27/drivers/md/
H A Ddm-region-hash.c76 atomic_t recovery_in_flight; member in struct:dm_region_hash
216 atomic_set(&rh->recovery_in_flight, 0); dm_region_hash_create()
380 if (atomic_dec_and_test(&rh->recovery_in_flight)) complete_resync_work()
625 atomic_inc(&rh->recovery_in_flight); dm_rh_recovery_prepare()
628 atomic_inc(&rh->recovery_in_flight); dm_rh_recovery_prepare()
630 atomic_dec(&rh->recovery_in_flight); dm_rh_recovery_prepare()
637 if (atomic_dec_and_test(&rh->recovery_in_flight)) dm_rh_recovery_prepare()
680 return atomic_read(&rh->recovery_in_flight); dm_rh_recovery_in_flight()

Completed in 83 milliseconds