Searched refs:MADV_FREE (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/arch/alpha/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux-master/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux-master/include/uapi/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h52 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Dmman.h9 #define MADV_FREE 8 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h53 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h88 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h47 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h79 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/linux-master/mm/
H A Dmadvise.c59 case MADV_FREE:
766 /* MADV_FREE works for only anon vma at the moment */
898 else if (behavior == MADV_FREE)
1020 case MADV_FREE:
1156 case MADV_FREE:
1336 * MADV_FREE - the application marks pages in the given range as lazy free,

Completed in 125 milliseconds