Searched refs:MADV_UNMERGEABLE (Results 1 – 11 of 11) sorted by relevance
46 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
54 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
77 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
90 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */ macro
60 #define MADV_UNMERGEABLE 66 /* 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.
85 case MADV_UNMERGEABLE: in madvise_behavior()401 case MADV_UNMERGEABLE: in madvise_behavior_valid()
265 MADV_UNMERGEABLE, &vm_flags); in move_vma()
1768 case MADV_UNMERGEABLE: in ksm_madvise()
1269 MADV_UNMERGEABLE, &vma->vm_flags)) { in s390_enable_skey()
36 #ifndef MADV_UNMERGEABLE37 # define MADV_UNMERGEABLE 13 macro