Searched refs:MADV_SEQUENTIAL (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/arch/alpha/include/uapi/asm/
H A Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Dmman.h17 #define MADV_SEQUENTIAL 2 macro
/linux-master/tools/arch/xtensa/include/uapi/asm/
H A Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/linux-master/include/uapi/asm-generic/
H A Dmman-common.h47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dmman-common.h47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dmman.h47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dmman.h83 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dmman.h42 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dmman.h74 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/linux-master/mm/
H A Dmadvise.c1030 case MADV_SEQUENTIAL:
1150 case MADV_SEQUENTIAL:
1329 * MADV_SEQUENTIAL - pages in the given range will probably be accessed
/linux-master/tools/mm/
H A Dpage-types.c1017 if (madvise(ptr, len, MADV_SEQUENTIAL))

Completed in 135 milliseconds