Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/uapi/asm-generic/
Dmman-common.h50 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dmman.h52 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dmman.h56 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dmman.h82 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dmman.h95 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
/linux-4.4.14/mm/
Dmadvise.c85 case MADV_MERGEABLE: in madvise_behavior()
402 case MADV_MERGEABLE: in madvise_behavior_valid()
Dksm.c1764 case MADV_MERGEABLE: in ksm_madvise()
DKconfig323 until a program has madvised that an area is MADV_MERGEABLE, and
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c53 #ifndef MADV_MERGEABLE
54 # define MADV_MERGEABLE 12 macro