Searched refs:MADV_UNMERGEABLE (Results 1 – 11 of 11) sorted by relevance
51 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
53 #define MADV_UNMERGEABLE 66 /* KSM may not merge identical pages */ macro
57 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
83 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
96 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
27 The app may call int madvise(addr, length, MADV_UNMERGEABLE) to cancel34 and MADV_UNMERGEABLE simply fail with EINVAL. If the running kernel was39 MADV_UNMERGEABLE is applied to a range which was never MADV_MERGEABLE.
86 case MADV_UNMERGEABLE: in madvise_behavior()403 case MADV_UNMERGEABLE: in madvise_behavior_valid()
266 MADV_UNMERGEABLE, &vm_flags); in move_vma()
1787 case MADV_UNMERGEABLE: in ksm_madvise()
1193 MADV_UNMERGEABLE, &vma->vm_flags)) { in s390_enable_skey()
57 #ifndef MADV_UNMERGEABLE58 # define MADV_UNMERGEABLE 13 macro