Searched refs:recovery_active (Results 1 – 3 of 3) sorted by relevance
5490 resync = mddev->curr_mark_cnt - atomic_read(&mddev->recovery_active); in sync_speed_show()8649 int scale, recovery_active; in status_resync() local8666 res = atomic_read(&mddev->recovery_active); in status_resync()8764 recovery_active = atomic_read(&mddev->recovery_active); in status_resync()8767 if (curr_mark_cnt >= (recovery_active + resync_mark_cnt)) in status_resync()8768 db = curr_mark_cnt - (recovery_active + resync_mark_cnt); in status_resync()9079 atomic_sub(blocks, &mddev->recovery_active); in md_done_sync()9436 return atomic_read(&mddev->recovery_active) < in sync_io_within_limit()9636 atomic_set(&mddev->recovery_active, 0); in md_do_sync()9667 atomic_read(&mddev->recovery_active) == 0); in md_do_sync()[all …]
1320 wait_event(mddev->recovery_wait, !atomic_read(&mddev->recovery_active)); in llbitmap_cond_end_sync()
1897 atomic_read(&bitmap->mddev->recovery_active) == 0); in bitmap_cond_end_sync()