Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd.c5492 resync = mddev->curr_mark_cnt - atomic_read(&mddev->recovery_active); in sync_speed_show()
8644 int scale, recovery_active; in status_resync() local
8661 res = atomic_read(&mddev->recovery_active); in status_resync()
8759 recovery_active = atomic_read(&mddev->recovery_active); in status_resync()
8762 if (curr_mark_cnt >= (recovery_active + resync_mark_cnt)) in status_resync()
8763 db = curr_mark_cnt - (recovery_active + resync_mark_cnt); in status_resync()
9074 atomic_sub(blocks, &mddev->recovery_active); in md_done_sync()
9429 return atomic_read(&mddev->recovery_active) < in sync_io_within_limit()
9583 atomic_set(&mddev->recovery_active, 0); in md_do_sync()
9614 atomic_read(&mddev->recovery_active) == 0); in md_do_sync()
[all …]