Home
last modified time | relevance | path

Searched refs:threshold_mb (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dmremap_test.c994 static long long remap_region(struct config c, unsigned int threshold_mb, in remap_region() argument
1004 if (threshold_mb == VALIDATION_NO_THRESHOLD) in remap_region()
1007 threshold = MIN(threshold_mb * _1MB, c.region_size); in remap_region()
1248 unsigned int threshold_mb, in run_mremap_test_case() argument
1251 long long remap_time = remap_region(test_case.config, threshold_mb, in run_mremap_test_case()
1267 if (threshold_mb == VALIDATION_NO_THRESHOLD || in run_mremap_test_case()
1268 test_case.config.region_size <= threshold_mb * _1MB) in run_mremap_test_case()
1288 static int parse_args(int argc, char **argv, unsigned int *threshold_mb, in parse_args() argument
1297 *threshold_mb = atoi(optarg); in parse_args()
1323 unsigned int threshold_mb = VALIDATION_DEFAULT_THRESHOLD; in main() local
[all …]