Searched refs:PR_SET_MEMORY_MERGE (Results 1 - 5 of 5) sorted by path

/linux-master/include/uapi/linux/
H A Dprctl.h296 #define PR_SET_MEMORY_MERGE 67 macro
/linux-master/kernel/
H A Dsys.c2754 case PR_SET_MEMORY_MERGE:
/linux-master/tools/include/uapi/linux/
H A Dprctl.h296 #define PR_SET_MEMORY_MERGE 67 macro
/linux-master/tools/testing/selftests/mm/
H A Dksm_functional_tests.c200 ret = prctl(PR_SET_MEMORY_MERGE, 1, 0, 0, 0);
202 ksft_print_msg("PR_SET_MEMORY_MERGE not supported\n");
206 ksft_print_msg("PR_SET_MEMORY_MERGE=1 failed\n");
442 ret = prctl(PR_SET_MEMORY_MERGE, 1, 0, 0, 0);
444 ksft_test_result_skip("PR_SET_MEMORY_MERGE not supported\n");
447 ksft_test_result_fail("PR_SET_MEMORY_MERGE=1 failed\n");
456 ksft_test_result_fail("PR_SET_MEMORY_MERGE=1 not effective\n");
460 ret = prctl(PR_SET_MEMORY_MERGE, 0, 0, 0, 0);
462 ksft_test_result_fail("PR_SET_MEMORY_MERGE=0 failed\n");
471 ksft_test_result_fail("PR_SET_MEMORY_MERGE
[all...]
H A Dksm_tests.c252 if (prctl(PR_SET_MEMORY_MERGE, 1, 0, 0, 0)) {
371 prctl(PR_SET_MEMORY_MERGE, 0, 0, 0, 0);

Completed in 345 milliseconds