Searched refs:MADV_REMOVE (Results 1 – 6 of 6) sorted by relevance
175 #ifndef MADV_REMOVE176 #define MADV_REMOVE KERNEL_MADV_REMOVE macro183 err = madvise(addr, length, MADV_REMOVE); in os_drop_memory()210 if (madvise(addr, UM_KERN_PAGE_SIZE, MADV_REMOVE) != 0) { in can_drop_memory()
48 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
52 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
78 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
91 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
3 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);