Home
last modified time | relevance | path

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

/Linux-v6.6/include/trace/events/
Dmmflags.h183 {VM_SEQ_READ, "seqread" }, \
/Linux-v6.6/mm/
Dmadvise.c1050 new_flags = new_flags & ~VM_RAND_READ & ~VM_SEQ_READ; in madvise_vma_behavior()
1053 new_flags = (new_flags & ~VM_RAND_READ) | VM_SEQ_READ; in madvise_vma_behavior()
1056 new_flags = (new_flags & ~VM_SEQ_READ) | VM_RAND_READ; in madvise_vma_behavior()
Dfilemap.c3173 if (vm_flags & VM_SEQ_READ) { in do_sync_mmap_readahead()
/Linux-v6.6/fs/orangefs/
Dfile.c413 vm_flags_mod(vma, VM_SEQ_READ, VM_RAND_READ); in orangefs_file_mmap()
/Linux-v6.6/include/linux/
Dmm_inline.h597 if (vma->vm_flags & (VM_SEQ_READ | VM_RAND_READ)) in vma_has_recency()
Dmm.h291 #define VM_SEQ_READ 0x00008000 /* App will access data sequentially */ macro
397 #define VM_STACK_INCOMPLETE_SETUP (VM_RAND_READ | VM_SEQ_READ | VM_STACK_EARLY)
/Linux-v6.6/Documentation/mm/
Dmultigen_lru.rst76 the former pattern unless ``VM_SEQ_READ`` or ``VM_RAND_READ`` is
/Linux-v6.6/fs/proc/
Dtask_mmu.c659 [ilog2(VM_SEQ_READ)] = "sr", in show_smap_vma_flags()