Searched defs:oldmm (Results 1 - 4 of 4) sorted by relevance

/include/asm-generic/
H A Dmm_hooks.h9 static inline void arch_dup_mmap(struct mm_struct *oldmm, argument
/include/linux/
H A Dkhugepaged.h26 static inline int khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) argument
28 if (test_bit(MMF_VM_HUGEPAGE, &oldmm->flags))
51 static inline int khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) argument
H A Dksm.h25 static inline int ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) argument
27 if (test_bit(MMF_VM_MERGEABLE, &oldmm->flags))
81 static inline int ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) argument
H A Duprobes.h115 extern void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm);
169 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) argument

Completed in 106 milliseconds