Searched refs:MADV_DONTNEED_LOCKED (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/asm-generic/
H A Dmman-common.h78 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h78 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h77 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h112 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h71 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h104 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/linux-master/mm/
H A Dmadvise.c56 case MADV_DONTNEED_LOCKED:
828 if (behavior != MADV_DONTNEED_LOCKED)
834 if (behavior != MADV_DONTNEED && behavior != MADV_DONTNEED_LOCKED)
896 if (behavior == MADV_DONTNEED || behavior == MADV_DONTNEED_LOCKED)
1022 case MADV_DONTNEED_LOCKED:
1155 case MADV_DONTNEED_LOCKED:

Completed in 129 milliseconds