Home
last modified time | relevance | path

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

/linux-3.4.99/arch/unicore32/include/asm/
Dmmu_context.h76 mm->mmap_cache = NULL; \
/linux-3.4.99/include/linux/
Dmm_types.h301 struct vm_area_struct * mmap_cache; /* last find_vma result */ member
/linux-3.4.99/mm/
Dnommu.c758 if (mm->mmap_cache == vma) in delete_vma_from_mm()
759 mm->mmap_cache = NULL; in delete_vma_from_mm()
810 vma = ACCESS_ONCE(mm->mmap_cache); in find_vma()
820 mm->mmap_cache = vma; in find_vma()
859 vma = mm->mmap_cache; in find_vma_exact()
871 mm->mmap_cache = vma; in find_vma_exact()
Dmmap.c509 if (mm->mmap_cache == vma) in __vma_unlink()
510 mm->mmap_cache = prev; in __vma_unlink()
1668 vma = ACCESS_ONCE(mm->mmap_cache); in find_vma()
1690 mm->mmap_cache = vma; in find_vma()
2029 mm->mmap_cache = NULL; /* Kill the cache. */ in detach_vmas_to_be_unmapped()
/linux-3.4.99/kernel/debug/
Ddebug_core.c226 if (current->mm && current->mm->mmap_cache) { in kgdb_flush_swbreak_addr()
227 flush_cache_range(current->mm->mmap_cache, in kgdb_flush_swbreak_addr()
/linux-3.4.99/Documentation/vm/
Dlocking45 1. find_vma() makes use of, and updates, the mmap_cache pointer hint.
46 The update of mmap_cache is racy (page stealer can race with other code
/linux-3.4.99/kernel/
Dfork.c330 mm->mmap_cache = NULL; in dup_mmap()
/linux-3.4.99/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3314 $24 = {mmap = 0x507d2434, mmap_avl = 0x0, mmap_cache = 0x8048000,