Searched defs:oldmm (Results  1 – 15 of 15) sorted by relevance
| /linux-4.4.14/include/linux/ | 
| D | khugepaged.h | 26 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()
 
 | 
| D | ksm.h | 25 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()
 
 | 
| D | uprobes.h | 186 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm)  in uprobe_dup_mmap()
 | 
| /linux-4.4.14/include/asm-generic/ | 
| D | mm_hooks.h | 9 static inline void arch_dup_mmap(struct mm_struct *oldmm,  in arch_dup_mmap()
 | 
| /linux-4.4.14/arch/um/include/asm/ | 
| D | mmu_context.h | 16 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/ | 
| D | mmu_context.h | 129 static inline void arch_dup_mmap(struct mm_struct *oldmm,  in arch_dup_mmap()
 | 
| /linux-4.4.14/arch/unicore32/include/asm/ | 
| D | mmu_context.h | 84 static inline void arch_dup_mmap(struct mm_struct *oldmm,  in arch_dup_mmap()
 | 
| /linux-4.4.14/kernel/ | 
| D | fork.c | 397 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/ | 
| D | mmu_context.h | 135 static inline void arch_dup_mmap(struct mm_struct *oldmm,  in arch_dup_mmap()
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | mmu_context.h | 224 static inline void arch_dup_mmap(struct mm_struct *oldmm,  in arch_dup_mmap()
 | 
| D | paravirt.h | 309 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/ | 
| D | buffer_sync.c | 494 	struct mm_struct *oldmm;  in sync_buffer()  local
 | 
| /linux-4.4.14/kernel/events/ | 
| D | uprobes.c | 1249 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm)  in uprobe_dup_mmap()
 | 
| /linux-4.4.14/arch/x86/xen/ | 
| D | mmu.c | 993 static void xen_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm)  in xen_dup_mmap()
 | 
| /linux-4.4.14/kernel/sched/ | 
| D | core.c | 2669 	struct mm_struct *mm, *oldmm;  in context_switch()  local
 |