Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c415 ret = prctl(PR_GET_MEMORY_MERGE, 0, 0, 0, 0); in test_prctl()
430 ret = prctl(PR_GET_MEMORY_MERGE, 0, 0, 0, 0); in test_prctl()
461 exit(prctl(PR_GET_MEMORY_MERGE, 0, 0, 0, 0)); in test_prctl_fork()
486 return prctl(PR_GET_MEMORY_MERGE, 0, 0, 0, 0) == 1; in ksm_fork_exec_child()
/linux/include/uapi/linux/
H A Dprctl.h297 #define PR_GET_MEMORY_MERGE 68 macro
/linux/tools/include/uapi/linux/
H A Dprctl.h297 #define PR_GET_MEMORY_MERGE 68 macro
/linux/kernel/
H A Dsys.c2766 case PR_GET_MEMORY_MERGE: in SYSCALL_DEFINE5()