Home
last modified time | relevance | path

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

/arch/um/os-Linux/
Dprocess.c175 #ifndef MADV_REMOVE
176 #define MADV_REMOVE KERNEL_MADV_REMOVE macro
183 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()
/arch/parisc/include/uapi/asm/
Dmman.h48 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/arch/alpha/include/uapi/asm/
Dmman.h52 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/arch/mips/include/uapi/asm/
Dmman.h78 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/arch/xtensa/include/uapi/asm/
Dmman.h91 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/arch/um/include/shared/
Dcommon-offsets.h3 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);