Home
last modified time | relevance | path

Searched refs:MADV_DONTNEED_LOCKED (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h78 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h78 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h78 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h104 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h112 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h71 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h77 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h104 #define MADV_DONTNEED_LOCKED 24 /* like DONTNEED, but drop locked pages too */ macro
/openbmc/linux/mm/
H A Dmadvise.c56 case MADV_DONTNEED_LOCKED: in madvise_need_mmap_write()
837 if (behavior != MADV_DONTNEED_LOCKED) in madvise_dontneed_free_valid_vma()
843 if (behavior != MADV_DONTNEED && behavior != MADV_DONTNEED_LOCKED) in madvise_dontneed_free_valid_vma()
905 if (behavior == MADV_DONTNEED || behavior == MADV_DONTNEED_LOCKED) in madvise_dontneed_free()
1031 case MADV_DONTNEED_LOCKED: in madvise_vma_behavior()
1164 case MADV_DONTNEED_LOCKED: in madvise_behavior_valid()
/openbmc/qemu/linux-user/
H A Dstrace.c3145 ENUM_TARGET(MADV_DONTNEED_LOCKED),