Home
last modified time | relevance | path

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

/linux-3.4.99/arch/um/os-Linux/
Dprocess.c184 #ifndef MADV_REMOVE
185 #define MADV_REMOVE KERNEL_MADV_REMOVE macro
192 err = madvise(addr, length, MADV_REMOVE); in os_drop_memory()
219 if (madvise(addr, UM_KERN_PAGE_SIZE, MADV_REMOVE) != 0) { in can_drop_memory()
/linux-3.4.99/include/asm-generic/
Dmman-common.h39 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/linux-3.4.99/mm/
Dmadvise.c26 case MADV_REMOVE: in madvise_need_mmap_write()
281 case MADV_REMOVE: in madvise_vma()
301 case MADV_REMOVE: in madvise_behavior_valid()
/linux-3.4.99/arch/xtensa/include/asm/
Dmman.h79 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/linux-3.4.99/arch/alpha/include/asm/
Dmman.h49 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/linux-3.4.99/arch/mips/include/asm/
Dmman.h72 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/linux-3.4.99/arch/parisc/include/asm/
Dmman.h45 #define MADV_REMOVE 9 /* remove these pages & resources */ macro
/linux-3.4.99/arch/um/include/shared/
Dcommon-offsets.h3 DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);