Searched refs:MADV_MERGEABLE (Results 1 – 10 of 10) sorted by relevance
25 system call: int madvise(addr, length, MADV_MERGEABLE).33 If KSM is not configured into the running kernel, madvise MADV_MERGEABLE36 the KSM daemon is not currently running, MADV_MERGEABLE still registers39 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.
45 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
53 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
76 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
89 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
59 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ macro
84 case MADV_MERGEABLE: in madvise_behavior()400 case MADV_MERGEABLE: in madvise_behavior_valid()
1745 case MADV_MERGEABLE: in ksm_madvise()
341 until a program has madvised that an area is MADV_MERGEABLE, and
32 #ifndef MADV_MERGEABLE33 # define MADV_MERGEABLE 12 macro