Home
last modified time | relevance | path

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

/tools/arch/parisc/include/uapi/asm/
Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/tools/arch/mips/include/uapi/asm/
Dmman.h17 #define MADV_SEQUENTIAL 2 macro
/tools/arch/alpha/include/uapi/asm/
Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/tools/arch/xtensa/include/uapi/asm/
Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/tools/include/uapi/asm-generic/
Dmman-common.h47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/tools/mm/
Dpage-types.c1017 if (madvise(ptr, len, MADV_SEQUENTIAL)) in walk_file_range()