Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dmmflags.h219 {VM_SEQ_READ, "seqread" }, \
/linux/tools/testing/vma/
H A Dvma_internal.h61 #define VM_SEQ_READ 0x00008000 /* App will access data sequentially */ macro
105 #define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ | VM_STACK_EARLY)
/linux/fs/orangefs/
H A Dfile.c414 desc->vm_flags |= VM_SEQ_READ; in orangefs_file_mmap_prepare()
/linux/mm/
H A Dmadvise.c1368 new_flags = new_flags & ~VM_RAND_READ & ~VM_SEQ_READ; in madvise_vma_behavior()
1371 new_flags = (new_flags & ~VM_RAND_READ) | VM_SEQ_READ; in madvise_vma_behavior()
1374 new_flags = (new_flags & ~VM_SEQ_READ) | VM_RAND_READ; in madvise_vma_behavior()
H A Dfilemap.c3286 if (vm_flags & VM_SEQ_READ) { in do_sync_mmap_readahead()
/linux/include/linux/
H A Dmm_inline.h611 if (vma->vm_flags & (VM_SEQ_READ | VM_RAND_READ)) in vma_has_recency()
H A Dmm.h303 #define VM_SEQ_READ 0x00008000 /* App will access data sequentially */ macro
451 #define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ | VM_STACK_EARLY)
/linux/Documentation/mm/
H A Dmultigen_lru.rst76 the former pattern unless ``VM_SEQ_READ`` or ``VM_RAND_READ`` is
/linux/fs/proc/
H A Dtask_mmu.c1151 [ilog2(VM_SEQ_READ)] = "sr", in show_smap_vma_flags()