Searched refs:next_resync (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid10.h51 sector_t next_resync; member in struct:r10_private_data_s
H A Draid1.h48 sector_t next_resync; member in struct:r1_private_data_s
H A Draid1.c437 (this_sector + sectors >= conf->next_resync)) {
1732 conf->next_resync = 0;
1808 conf->next_resync = sector_nr;
H A Draid10.c510 && (this_sector + sectors >= conf->next_resync)) {
1773 conf->next_resync = 0;
2035 conf->next_resync = sector_nr;

Completed in 50 milliseconds