Searched refs:cluster_sync_low (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.h | 109 sector_t cluster_sync_low; member
|
H A D | raid1.h | 139 sector_t cluster_sync_low; member
|
H A D | raid10.c | 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() 2947 conf->cluster_sync_low = 0; in raid10_sync_request() 3303 * time, and we will set cluster_sync_low based on it. in raid10_sync_request() 3448 conf->cluster_sync_low = mddev->curr_resync_completed; in raid10_sync_request() 3452 conf->cluster_sync_low, in raid10_sync_request() 3477 if (conf->cluster_sync_low == 0 || in raid10_sync_request() 3478 conf->cluster_sync_low > sect_va2) in raid10_sync_request() 3479 conf->cluster_sync_low = sect_va2; in raid10_sync_request() 3485 conf->cluster_sync_low, in raid10_sync_request() [all...] |
H A D | raid1.c | 2656 conf->cluster_sync_low = 0; in raid1_sync_request() 2882 conf->cluster_sync_low = mddev->curr_resync_completed; in raid1_sync_request() 2883 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request() 2886 conf->cluster_sync_low, in raid1_sync_request()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid1.h | 138 sector_t cluster_sync_low; member
|
H A D | raid10.h | 108 sector_t cluster_sync_low; member
|
H A D | raid10.c | 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() 3334 conf->cluster_sync_low = 0; in raid10_sync_request() 3706 * time, and we will set cluster_sync_low based on it. in raid10_sync_request() 3851 conf->cluster_sync_low = mddev->curr_resync_completed; in raid10_sync_request() 3855 conf->cluster_sync_low, in raid10_sync_request() 3880 if (conf->cluster_sync_low == 0 || in raid10_sync_request() 3881 conf->cluster_sync_low > sect_va2) in raid10_sync_request() 3882 conf->cluster_sync_low = sect_va2; in raid10_sync_request() 3888 conf->cluster_sync_low, in raid10_sync_request() [all...] |
H A D | raid1.c | 2700 conf->cluster_sync_low = 0; in raid1_sync_request() 2926 conf->cluster_sync_low = mddev->curr_resync_completed; in raid1_sync_request() 2927 conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; in raid1_sync_request() 2930 conf->cluster_sync_low, in raid1_sync_request()
|
Completed in 27 milliseconds