Home
last modified time | relevance | path

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

/linux-2.4.37.9/mm/
Dmmap.c688 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()
/linux-2.4.37.9/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-2.4.37.9/include/linux/
Dmm.h584 if (mm->mmap_cache == vma) in __vma_unlink()
585 mm->mmap_cache = prev; in __vma_unlink()
Dsched.h209 struct vm_area_struct * mmap_cache; /* last find_vma result */ member
/linux-2.4.37.9/kernel/
Dfork.c153 mm->mmap_cache = NULL; in dup_mmap()