Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dmman-common.h51 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dmman.h53 #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dmman.h57 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dmman.h83 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dmman.h96 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/linux-4.4.14/Documentation/vm/
Dksm.txt27 The app may call int madvise(addr, length, MADV_UNMERGEABLE) to cancel
34 and MADV_UNMERGEABLE simply fail with EINVAL. If the running kernel was
39 MADV_UNMERGEABLE is applied to a range which was never MADV_MERGEABLE.
/linux-4.4.14/mm/
Dmadvise.c86 case MADV_UNMERGEABLE: in madvise_behavior()
403 case MADV_UNMERGEABLE: in madvise_behavior_valid()
Dmremap.c266 MADV_UNMERGEABLE, &vm_flags); in move_vma()
Dksm.c1787 case MADV_UNMERGEABLE: in ksm_madvise()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c1193 MADV_UNMERGEABLE, &vma->vm_flags)) { in s390_enable_skey()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c57 #ifndef MADV_UNMERGEABLE
58 # define MADV_UNMERGEABLE 13 macro