Searched refs:MADV_MERGEABLE (Results 1 – 16 of 16) sorted by relevance
39 int madvise(addr, length, MADV_MERGEABLE)52 If KSM is not configured into the running kernel, madvise MADV_MERGEABLE55 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.
12 #define MADV_MERGEABLE 12 macro
11 #define MADV_MERGEABLE 65 macro
11 #define MADV_MERGEABLE 12 macro
59 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
84 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
55 #define MADV_MERGEABLE 65 /* KSM may merge identical pages */ macro
93 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
58 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ macro
113 ret = madvise(ptr, TEST_UNIT * page_sz, MADV_MERGEABLE); in check_madvise_options()
117 case MADV_MERGEABLE: in madvise_behavior()970 case MADV_MERGEABLE: in madvise_behavior_valid()
2444 case MADV_MERGEABLE: in ksm_madvise()
318 until a program has madvised that an area is MADV_MERGEABLE, and
394 int merge_flag = (merge) ? MADV_MERGEABLE : MADV_UNMERGEABLE; in kvmppc_memslot_page_merge()