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

/linux-master/tools/testing/selftests/mm/
H A Dksm_functional_tests.c188 ret = prctl(PR_SET_MEMORY_MERGE, 1, 0, 0, 0);
190 ksft_test_result_skip("PR_SET_MEMORY_MERGE not supported\n");
193 ksft_test_result_fail("PR_SET_MEMORY_MERGE=1 failed\n");
406 ret = prctl(PR_SET_MEMORY_MERGE, 1, 0, 0, 0);
408 ksft_test_result_skip("PR_SET_MEMORY_MERGE not supported\n");
411 ksft_test_result_fail("PR_SET_MEMORY_MERGE=1 failed\n");
420 ksft_test_result_fail("PR_SET_MEMORY_MERGE=1 not effective\n");
424 ret = prctl(PR_SET_MEMORY_MERGE, 0, 0, 0, 0);
426 ksft_test_result_fail("PR_SET_MEMORY_MERGE=0 failed\n");
435 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);
/linux-master/include/uapi/linux/
H A Dprctl.h296 #define PR_SET_MEMORY_MERGE 67 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h296 #define PR_SET_MEMORY_MERGE 67 macro
/linux-master/kernel/
H A Dsys.c2738 case PR_SET_MEMORY_MERGE:

Completed in 164 milliseconds