Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dmman-common.h46 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dmman.h54 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dmman.h77 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dmman.h90 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dmman.h60 #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */ macro
/linux-4.1.27/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.1.27/mm/
Dmadvise.c85 case MADV_UNMERGEABLE: in madvise_behavior()
401 case MADV_UNMERGEABLE: in madvise_behavior_valid()
Dmremap.c265 MADV_UNMERGEABLE, &vm_flags); in move_vma()
Dksm.c1768 case MADV_UNMERGEABLE: in ksm_madvise()
/linux-4.1.27/arch/s390/mm/
Dpgtable.c1269 MADV_UNMERGEABLE, &vma->vm_flags)) { in s390_enable_skey()
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c36 #ifndef MADV_UNMERGEABLE
37 # define MADV_UNMERGEABLE 13 macro