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.c8131 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
8144 if (resync < res || resync - res < MD_RESYNC_ACTIVE) in status_resync()
8145 resync = MD_RESYNC_ACTIVE; in status_resync()
8174 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
8994 if (j >= MD_RESYNC_ACTIVE) { in md_do_sync()
8999 mddev->curr_resync = MD_RESYNC_ACTIVE; /* no longer delayed */ in md_do_sync()
9066 if (j >= MD_RESYNC_ACTIVE) in md_do_sync()
9134 mddev->curr_resync >= MD_RESYNC_ACTIVE) { in md_do_sync()
9141 mddev->curr_resync > MD_RESYNC_ACTIVE) { in md_do_sync()