Searched refs:mmap_cache (Results 1 – 5 of 5) sorted by relevance
688 vma = mm->mmap_cache; in find_vma()709 mm->mmap_cache = vma; in find_vma()989 mm->mmap_cache = NULL; /* Kill the cache. */ in do_munmap()1175 mm->mmap = mm->mmap_cache = NULL; in exit_mmap()
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
584 if (mm->mmap_cache == vma) in __vma_unlink()585 mm->mmap_cache = prev; in __vma_unlink()
209 struct vm_area_struct * mmap_cache; /* last find_vma result */ member
153 mm->mmap_cache = NULL; in dup_mmap()