Searched refs:MADV_SEQUENTIAL (Results 1 – 8 of 8) sorted by relevance
17 #define MADV_SEQUENTIAL 2 macro
16 #define MADV_SEQUENTIAL 2 macro
47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
1376 case MADV_SEQUENTIAL: in madvise_vma_behavior()1525 case MADV_SEQUENTIAL: in madvise_behavior_valid()
1017 if (madvise(ptr, len, MADV_SEQUENTIAL)) in walk_file_range()
1547 * Mark a region within a file-backed mapping using MADV_SEQUENTIAL so we1561 SKIP(return, "MADV_SEQUENTIAL meaningful only for file-backed"); in TEST_F() 1572 ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_SEQUENTIAL), 0); in TEST_F()