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

/linux-master/drivers/md/
H A Draid1.c137 #define RESYNC_DEPTH 32 macro
139 #define RESYNC_WINDOW (RESYNC_BLOCK_SIZE * RESYNC_DEPTH)
990 * C: while conf->barrier[idx] >= RESYNC_DEPTH, meaning reaches
996 atomic_read(&conf->barrier[idx]) < RESYNC_DEPTH) ||
H A Draid10.c119 #define RESYNC_DEPTH (32*1024*1024/RESYNC_BLOCK_SIZE) macro
939 conf->barrier < RESYNC_DEPTH);

Completed in 122 milliseconds