Searched refs:MADV_SEQUENTIAL (Results 1 – 15 of 15) sorted by relevance
16 #define MADV_SEQUENTIAL 2 macro
17 #define MADV_SEQUENTIAL 2 macro
33 #define MADV_SEQUENTIAL 2 macro
47 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
44 #define MADV_SEQUENTIAL 2 macro
83 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
74 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
54 #define MADV_SEQUENTIAL 2 macro
42 #define MADV_SEQUENTIAL 2 /* expect sequential page references */ macro
908 case MADV_SEQUENTIAL: in madvise_vma_behavior()1029 case MADV_SEQUENTIAL: in madvise_behavior_valid()
1018 if (madvise(ptr, len, MADV_SEQUENTIAL)) in walk_file()