Searched refs:MADV_UNMERGEABLE (Results 1 – 16 of 16) sorted by relevance
17 #define MADV_UNMERGEABLE 13 macro
18 #define MADV_UNMERGEABLE 13 macro
17 #define MADV_UNMERGEABLE 66 macro
60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
94 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
59 #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */ macro
85 #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
120 case MADV_UNMERGEABLE: in madvise_behavior()1024 case MADV_UNMERGEABLE: in madvise_behavior_valid()
603 MADV_UNMERGEABLE, &vm_flags); in move_vma()
2466 case MADV_UNMERGEABLE: in ksm_madvise()
395 int merge_flag = (merge) ? MADV_MERGEABLE : MADV_UNMERGEABLE; in kvmppc_memslot_page_merge()
2576 MADV_UNMERGEABLE, &vma->vm_flags); in gmap_mark_unmergeable()