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.
50 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
52 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ macro
56 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
82 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
95 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
85 case MADV_MERGEABLE: in madvise_behavior()402 case MADV_MERGEABLE: in madvise_behavior_valid()
1764 case MADV_MERGEABLE: in ksm_madvise()
323 until a program has madvised that an area is MADV_MERGEABLE, and
53 #ifndef MADV_MERGEABLE54 # define MADV_MERGEABLE 12 macro