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

/linux-master/drivers/md/
H A Draid10.h108 sector_t cluster_sync_low; member in struct:r10conf
H A Draid1.h139 sector_t cluster_sync_low; member in struct:r1conf
H A Draid10.c3075 * range [cluster_sync_low, cluster_sync_high] to suspend list.
3107 conf->cluster_sync_high = conf->cluster_sync_low + window_size;
3183 conf->cluster_sync_low = 0;
3544 * time, and we will set cluster_sync_low based on it.
3684 conf->cluster_sync_low = mddev->curr_resync_completed;
3688 conf->cluster_sync_low,
3713 if (conf->cluster_sync_low == 0 ||
3714 conf->cluster_sync_low > sect_va2)
3715 conf->cluster_sync_low = sect_va2;
3721 conf->cluster_sync_low,
[all...]
H A Draid1.c2798 conf->cluster_sync_low = 0;
3022 conf->cluster_sync_low = mddev->curr_resync_completed;
3023 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS;
3026 conf->cluster_sync_low,

Completed in 156 milliseconds