Searched refs:threshold_mb (Results 1 – 1 of 1) sorted by relevance
286 if (threshold_mb == VALIDATION_NO_THRESHOLD) in remap_region()289 threshold = MIN(threshold_mb * _1MB, c.region_size); in remap_region()369 unsigned int threshold_mb, in run_mremap_test_case() argument388 if (threshold_mb == VALIDATION_NO_THRESHOLD || in run_mremap_test_case()389 test_case.config.region_size <= threshold_mb * _1MB) in run_mremap_test_case()418 *threshold_mb = atoi(optarg); in parse_args()443 unsigned int threshold_mb = VALIDATION_DEFAULT_THRESHOLD; in main() local454 if (parse_args(argc, argv, &threshold_mb, &pattern_seed) < 0) in main()458 threshold_mb, pattern_seed); in main()515 (threshold_mb * _1MB >= _1GB); in main()[all …]