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

/linux-master/drivers/md/
H A Draid10.h109 sector_t cluster_sync_high; member in struct:r10conf
H A Draid1.h140 sector_t cluster_sync_high; member in struct:r1conf
H A Draid10.c3074 * Set cluster_sync_high since we need other nodes to add the
3075 * range [cluster_sync_low, cluster_sync_high] to suspend list.
3107 conf->cluster_sync_high = conf->cluster_sync_low + window_size;
3184 conf->cluster_sync_high = 0;
3551 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high));
3683 if (conf->cluster_sync_high < sector_nr + nr_sectors) {
3689 conf->cluster_sync_high);
3700 * with cluster_sync_high.
3704 if (conf->cluster_sync_high < sect_va1 + nr_sectors) {
3722 conf->cluster_sync_high);
[all...]
H A Draid1.c2799 conf->cluster_sync_high = 0;
2833 mddev_is_clustered(mddev) && (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high));
3021 conf->cluster_sync_high < sector_nr + nr_sectors) {
3023 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS;
3027 conf->cluster_sync_high);

Completed in 146 milliseconds