Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
A Dmremap_test.c394 if (threshold_mb == VALIDATION_NO_THRESHOLD) in remap_region()
397 threshold = MIN(threshold_mb * _1MB, c.region_size); in remap_region()
638 unsigned int threshold_mb, in run_mremap_test_case() argument
657 if (threshold_mb == VALIDATION_NO_THRESHOLD || in run_mremap_test_case()
658 test_case.config.region_size <= threshold_mb * _1MB) in run_mremap_test_case()
687 *threshold_mb = atoi(optarg); in parse_args()
736 threshold_mb, pattern_seed); in main()
742 if (!threshold_mb) in main()
746 rand_size = MAX(MIN(threshold_mb * _1MB, in main()
827 (threshold_mb * _1MB >= _1GB); in main()
[all …]

Completed in 8 milliseconds