Searched refs:newmm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | uprobes.h | 121 extern void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm); 184 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | uprobes.h | 121 extern void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm); 184 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | uprobes.c | 1572 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument 1575 set_bit(MMF_HAS_UPROBES, &newmm->flags); in uprobe_dup_mmap() 1577 set_bit(MMF_RECALC_UPROBES, &newmm->flags); in uprobe_dup_mmap()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | uprobes.c | 1567 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument 1570 set_bit(MMF_HAS_UPROBES, &newmm->flags); in uprobe_dup_mmap() 1572 set_bit(MMF_RECALC_UPROBES, &newmm->flags); in uprobe_dup_mmap()
|
Completed in 12 milliseconds