| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | ksm.rst | 39 int madvise(addr, length, MADV_MERGEABLE) 52 If KSM is not configured into the running kernel, madvise MADV_MERGEABLE 55 KSM daemon is not currently running, MADV_MERGEABLE still registers 58 MADV_UNMERGEABLE is applied to a range which was never MADV_MERGEABLE. 60 If a region of memory must be split into at least one new MADV_MERGEABLE 69 Applications should be considerate in their use of MADV_MERGEABLE, 160 The effectiveness of KSM and MADV_MERGEABLE is shown in ``/sys/kernel/mm/ksm/``: 181 indicate poor use of madvise MADV_MERGEABLE.
|
| /OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 12 #define MADV_MERGEABLE 12 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 11 #define MADV_MERGEABLE 12 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 11 #define MADV_MERGEABLE 12 macro
|
| /OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 11 #define MADV_MERGEABLE 65 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | mman-common.h | 56 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | mman-common.h | 56 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | mman-common.h | 59 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 59 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | mman.h | 93 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | mman.h | 84 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | mman.h | 58 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | mman.h | 55 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | mman-linux.h | 81 # define MADV_MERGEABLE 12 /* KSM may merge identical pages. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | mman-linux.h | 81 # define MADV_MERGEABLE 12 /* KSM may merge identical pages. */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/ |
| H A D | check_ksm_options.c | 113 ret = madvise(ptr, TEST_UNIT * page_sz, MADV_MERGEABLE); in check_madvise_options()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | madvise.c | 119 case MADV_MERGEABLE: in madvise_behavior() 989 case MADV_MERGEABLE: in madvise_behavior_valid()
|
| H A D | ksm.c | 2445 case MADV_MERGEABLE: in ksm_madvise()
|
| H A D | Kconfig | 318 until a program has madvised that an area is MADV_MERGEABLE, and
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_uvmem.c | 396 int merge_flag = (merge) ? MADV_MERGEABLE : MADV_UNMERGEABLE; in kvmppc_memslot_page_merge()
|