Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid10.c107 #define CLUSTER_RESYNC_WINDOW_SECTORS (CLUSTER_RESYNC_WINDOW >> 9) macro
2869 window_size = (CLUSTER_RESYNC_WINDOW_SECTORS > window_size) ? in raid10_set_cluster_sync_high()
2870 CLUSTER_RESYNC_WINDOW_SECTORS : window_size; in raid10_set_cluster_sync_high()
4575 conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS; in reshape_request()
H A Draid1.c144 #define CLUSTER_RESYNC_WINDOW_SECTORS (CLUSTER_RESYNC_WINDOW >> 9) macro
2883 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.c122 #define CLUSTER_RESYNC_WINDOW_SECTORS (CLUSTER_RESYNC_WINDOW >> 9) macro
3255 window_size = (CLUSTER_RESYNC_WINDOW_SECTORS > window_size) ? in raid10_set_cluster_sync_high()
3256 CLUSTER_RESYNC_WINDOW_SECTORS : window_size; in raid10_set_cluster_sync_high()
4957 conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS; in reshape_request()
H A Draid1.c144 #define CLUSTER_RESYNC_WINDOW_SECTORS (CLUSTER_RESYNC_WINDOW >> 9) macro
2927 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request()

Completed in 21 milliseconds