Home
last modified time | relevance | path

Searched refs:VM_SEQ_READ (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/trace/events/
Dmmflags.h148 {VM_SEQ_READ, "seqread" }, \
/linux-4.19.296/fs/orangefs/
Dfile.c569 vma->vm_flags |= VM_SEQ_READ; in orangefs_file_mmap()
/linux-4.19.296/include/linux/
Dmm.h196 #define VM_SEQ_READ 0x00008000 /* App will access data sequentially */ macro
274 #define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ)
/linux-4.19.296/fs/proc/
Dtask_mmu.c638 [ilog2(VM_SEQ_READ)] = "sr", in show_smap_vma_flags()