Searched refs:MADV_MERGEABLE (Results 1 – 14 of 14) sorted by relevance
39 int madvise(addr, length, MADV_MERGEABLE)52 If KSM is not configured into the running kernel, madvise MADV_MERGEABLE55 the KSM daemon is not currently running, MADV_MERGEABLE still registers58 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_MERGEABLE69 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.
11 #define MADV_MERGEABLE 65 macro
11 #define MADV_MERGEABLE 12 macro
12 #define MADV_MERGEABLE 12 macro
56 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
60 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
53 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ macro
86 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
99 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
105 case MADV_MERGEABLE: in madvise_behavior()718 case MADV_MERGEABLE: in madvise_behavior_valid()
308 until a program has madvised that an area is MADV_MERGEABLE, and
2424 case MADV_MERGEABLE: in ksm_madvise()