Searched refs:MADV_SEQUENTIAL (Results 1 – 6 of 6) sorted by relevance
16 #define MADV_SEQUENTIAL 2 macro
17 #define MADV_SEQUENTIAL 2 macro
47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
1017 if (madvise(ptr, len, MADV_SEQUENTIAL)) in walk_file_range()