Home
last modified time | relevance | path

Searched refs:dup_mmap (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/locking/
H A Dlockstat.rst119 …14 &mm->mmap_sem 1 [<ffffffff81046fda>] dup_mmap+0…
/linux/Documentation/translations/it_IT/locking/
H A Dlockstat.rst140 …14 &mm->mmap_sem 1 [<ffffffff81046fda>] dup_mmap+0…
/linux/mm/
H A Dinternal.h1662 int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm);
H A Dmmap.c1270 /* Can happen if dup_mmap() received an OOM */ in exit_mmap()
1719 __latent_entropy int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in mmap_read_lock_maybe_expand()
1723 __latent_entropy int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) dup_mmap() function
H A Dnommu.c1896 int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap() function
/linux/kernel/
H A Dfork.c1485 err = dup_mmap(mm, oldmm); in dup_mm()