Searched refs:VM_SEQ_READ (Results 1 – 2 of 2) sorted by relevance
100 #define VM_SEQ_READ 0x00008000 /* App will access data sequentially */ macro111 #define VM_READHINTMASK (VM_SEQ_READ | VM_RAND_READ)114 #define VM_SequentialReadHint(v) ((v)->vm_flags & VM_SEQ_READ)
2446 vma->vm_flags |= VM_SEQ_READ; in setup_read_behavior()