Home
last modified time | relevance | path

Searched refs:MADV_SEQUENTIAL (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/
H A D0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch32 - madvise(m_beg, m_st.st_size, MADV_SEQUENTIAL);
41 + madvise(m_beg, m_st.st_size, MADV_SEQUENTIAL);
/openbmc/linux/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Dmman.h17 #define MADV_SEQUENTIAL 2 macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman-common.h47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman-common.h47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h74 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dmman.h83 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h42 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h74 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/openbmc/linux/mm/
H A Dmadvise.c1039 case MADV_SEQUENTIAL: in madvise_vma_behavior()
1159 case MADV_SEQUENTIAL: in madvise_behavior_valid()
/openbmc/linux/tools/mm/
H A Dpage-types.c1017 if (madvise(ptr, len, MADV_SEQUENTIAL)) in walk_file_range()
/openbmc/qemu/linux-user/
H A Dstrace.c3126 ENUM_TARGET(MADV_SEQUENTIAL),