Home
last modified time | relevance | path

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

/tools/arch/mips/include/uapi/asm/
A Dmman.h17 #define MADV_SEQUENTIAL 2 macro
/tools/arch/parisc/include/uapi/asm/
A Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/tools/arch/alpha/include/uapi/asm/
A Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/tools/arch/xtensa/include/uapi/asm/
A Dmman.h16 #define MADV_SEQUENTIAL 2 macro
/tools/include/uapi/asm-generic/
A Dmman-common.h47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
/tools/mm/
A Dpage-types.c1017 if (madvise(ptr, len, MADV_SEQUENTIAL)) in walk_file_range()
/tools/testing/selftests/mm/
A Dguard-regions.c1522 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_SEQUENTIAL), 0); in TEST_F()

Completed in 12 milliseconds