Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Dmd.h306 MD_RESYNC_ACTIVE = 3, enumerator
H A Dmd.c8152 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
8165 if (resync < res || resync - res < MD_RESYNC_ACTIVE) in status_resync()
8166 resync = MD_RESYNC_ACTIVE; in status_resync()
8195 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
9018 if (j >= MD_RESYNC_ACTIVE) { in md_do_sync()
9023 mddev->curr_resync = MD_RESYNC_ACTIVE; /* no longer delayed */ in md_do_sync()
9090 if (j >= MD_RESYNC_ACTIVE) in md_do_sync()
9158 mddev->curr_resync >= MD_RESYNC_ACTIVE) { in md_do_sync()
9165 mddev->curr_resync > MD_RESYNC_ACTIVE) { in md_do_sync()