Home
last modified time | relevance | path

Searched refs:MADV_REMOVE (Results 1 – 6 of 6) sorted by relevance

/arch/um/os-Linux/
Dprocess.c185 #ifndef MADV_REMOVE
186 #define MADV_REMOVE KERNEL_MADV_REMOVE macro
193 err = madvise(addr, length, MADV_REMOVE); in os_drop_memory()
220 if (madvise(addr, UM_KERN_PAGE_SIZE, MADV_REMOVE) != 0) { in can_drop_memory()
/arch/xtensa/include/uapi/asm/
Dmman.h79 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/arch/alpha/include/uapi/asm/
Dmman.h49 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/arch/mips/include/uapi/asm/
Dmman.h72 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/arch/parisc/include/uapi/asm/
Dmman.h45 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/arch/um/include/shared/
Dcommon-offsets.h3 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);