Home
last modified time | relevance | path

Searched refs:migration_threshold (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-target.c410 sector_t migration_threshold; member
1649 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()
2324 if (!strcasecmp(key, "migration_threshold")) { in process_config_option()
2328 cache->migration_threshold = tmp; in process_config_option()
2491 cache->migration_threshold = DEFAULT_MIGRATION_THRESHOLD; in cache_create()
3169 DMEMIT("2 migration_threshold %llu ", (unsigned long long) cache->migration_threshold); in cache_status()
3358 * The key migration_threshold is supported by the cache target core.
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-cache-target.c341 sector_t migration_threshold; member
1593 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()
2272 if (!strcasecmp(key, "migration_threshold")) { in process_config_option()
2276 cache->migration_threshold = tmp; in process_config_option()
2440 cache->migration_threshold = DEFAULT_MIGRATION_THRESHOLD; in cache_create()
3113 DMEMIT("2 migration_threshold %llu ", (unsigned long long) cache->migration_threshold); in cache_status()
3326 * The key migration_threshold is supported by the cache target core.

Completed in 9 milliseconds