Searched refs:mmap_cache (Results 1 – 8 of 8) sorted by relevance
76 mm->mmap_cache = NULL; \
301 struct vm_area_struct * mmap_cache; /* last find_vma result */ member
758 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()
509 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()
226 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()
45 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
330 mm->mmap_cache = NULL; in dup_mmap()
3314 $24 = {mmap = 0x507d2434, mmap_avl = 0x0, mmap_cache = 0x8048000,