Home
last modified time | relevance | path

Searched defs:oldmm (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/include/linux/
Dkhugepaged.h26 static inline int khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) in khugepaged_fork()
51 static inline int khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) in khugepaged_fork()
Dksm.h25 static inline int ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) in ksm_fork()
69 static inline int ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) in ksm_fork()
Duprobes.h186 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()
/linux-4.4.14/include/asm-generic/
Dmm_hooks.h9 static inline void arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
/linux-4.4.14/arch/um/include/asm/
Dmmu_context.h16 static inline void arch_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm) in arch_dup_mmap()
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu_context.h129 static inline void arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
/linux-4.4.14/arch/unicore32/include/asm/
Dmmu_context.h84 static inline void arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
/linux-4.4.14/kernel/
Dfork.c397 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
543 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
915 struct mm_struct *mm, *oldmm = current->mm; in dup_mm() local
950 struct mm_struct *mm, *oldmm; in copy_mm() local
/linux-4.4.14/arch/s390/include/asm/
Dmmu_context.h135 static inline void arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
/linux-4.4.14/arch/x86/include/asm/
Dmmu_context.h224 static inline void arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
Dparavirt.h309 static inline void paravirt_arch_dup_mmap(struct mm_struct *oldmm, in paravirt_arch_dup_mmap()
988 static inline void paravirt_arch_dup_mmap(struct mm_struct *oldmm, in paravirt_arch_dup_mmap()
/linux-4.4.14/drivers/oprofile/
Dbuffer_sync.c494 struct mm_struct *oldmm; in sync_buffer() local
/linux-4.4.14/kernel/events/
Duprobes.c1249 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()
/linux-4.4.14/arch/x86/xen/
Dmmu.c993 static void xen_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm) in xen_dup_mmap()
/linux-4.4.14/kernel/sched/
Dcore.c2669 struct mm_struct *mm, *oldmm; in context_switch() local