Home
last modified time | relevance | path

Searched refs:MADV_MERGEABLE (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/Documentation/vm/
Dksm.txt25 system call: int madvise(addr, length, MADV_MERGEABLE).
33 If KSM is not configured into the running kernel, madvise MADV_MERGEABLE
36 the KSM daemon is not currently running, MADV_MERGEABLE still registers
39 MADV_UNMERGEABLE is applied to a range which was never MADV_MERGEABLE.
46 Applications should be considerate in their use of MADV_MERGEABLE,
83 The effectiveness of KSM and MADV_MERGEABLE is shown in /sys/kernel/mm/ksm/:
94 proportion there would also indicate poor use of madvise MADV_MERGEABLE.
/linux-4.1.27/include/uapi/asm-generic/
Dmman-common.h45 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dmman.h53 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dmman.h76 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dmman.h89 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dmman.h59 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ macro
/linux-4.1.27/mm/
Dmadvise.c84 case MADV_MERGEABLE: in madvise_behavior()
400 case MADV_MERGEABLE: in madvise_behavior_valid()
Dksm.c1745 case MADV_MERGEABLE: in ksm_madvise()
DKconfig341 until a program has madvised that an area is MADV_MERGEABLE, and
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c32 #ifndef MADV_MERGEABLE
33 # define MADV_MERGEABLE 12 macro