Searched refs:MADV_UNMERGEABLE (Results 1 – 16 of 16) sorted by relevance
18 #define MADV_UNMERGEABLE 13 macro
17 #define MADV_UNMERGEABLE 66 macro
17 #define MADV_UNMERGEABLE 13 macro
60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
85 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
56 #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */ macro
94 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
59 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
45 int madvise(addr, length, MADV_UNMERGEABLE)53 and MADV_UNMERGEABLE simply fail with EINVAL. If the running kernel was58 MADV_UNMERGEABLE is applied to a range which was never MADV_MERGEABLE.61 or MADV_UNMERGEABLE region, the madvise may return ENOMEM if the process
118 case MADV_UNMERGEABLE: in madvise_behavior()971 case MADV_UNMERGEABLE: in madvise_behavior_valid()
364 MADV_UNMERGEABLE, &vm_flags); in move_vma()
2474 case MADV_UNMERGEABLE: in ksm_madvise()
394 int merge_flag = (merge) ? MADV_MERGEABLE : MADV_UNMERGEABLE; in kvmppc_memslot_page_merge()
2577 MADV_UNMERGEABLE, &vma->vm_flags); in gmap_mark_unmergeable()