Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid10.h110 sector_t cluster_sync_high; member
H A Draid1.h140 sector_t cluster_sync_high; member
H A Draid10.c2839 * Set cluster_sync_high since we need other nodes to add the
2840 * range [cluster_sync_low, cluster_sync_high] to suspend list.
2872 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
2948 conf->cluster_sync_high = 0; in raid10_sync_request()
3310 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid10_sync_request()
3447 if (conf->cluster_sync_high < sector_nr + nr_sectors) { in raid10_sync_request()
3453 conf->cluster_sync_high); in raid10_sync_request()
3464 * with cluster_sync_high. in raid10_sync_request()
3468 if (conf->cluster_sync_high < sect_va1 + nr_sectors) { in raid10_sync_request()
3486 conf->cluster_sync_high); in raid10_sync_request()
[all...]
H A Draid1.c2657 conf->cluster_sync_high = 0; in raid1_sync_request()
2691 mddev_is_clustered(mddev) && (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid1_sync_request()
2881 conf->cluster_sync_high < sector_nr + nr_sectors) { in raid1_sync_request()
2883 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
2887 conf->cluster_sync_high); in raid1_sync_request()
/kernel/linux/linux-6.6/drivers/md/
H A Draid1.h139 sector_t cluster_sync_high; member
H A Draid10.h109 sector_t cluster_sync_high; member
H A Draid10.c3225 * Set cluster_sync_high since we need other nodes to add the
3226 * range [cluster_sync_low, cluster_sync_high] to suspend list.
3258 conf->cluster_sync_high = conf->cluster_sync_low + window_size; in raid10_set_cluster_sync_high()
3335 conf->cluster_sync_high = 0; in raid10_sync_request()
3713 (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid10_sync_request()
3850 if (conf->cluster_sync_high < sector_nr + nr_sectors) { in raid10_sync_request()
3856 conf->cluster_sync_high); in raid10_sync_request()
3867 * with cluster_sync_high. in raid10_sync_request()
3871 if (conf->cluster_sync_high < sect_va1 + nr_sectors) { in raid10_sync_request()
3889 conf->cluster_sync_high); in raid10_sync_request()
[all...]
H A Draid1.c2701 conf->cluster_sync_high = 0; in raid1_sync_request()
2735 mddev_is_clustered(mddev) && (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); in raid1_sync_request()
2925 conf->cluster_sync_high < sector_nr + nr_sectors) { in raid1_sync_request()
2927 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
2931 conf->cluster_sync_high); in raid1_sync_request()

Completed in 20 milliseconds