Home
last modified time | relevance | path

Searched refs:uprobe_clear_state (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Duprobes.h225 extern void uprobe_clear_state(struct mm_struct *mm);
304 static inline void uprobe_clear_state(struct mm_struct *mm) in uprobe_clear_state()
303 static inline void uprobe_clear_state(struct mm_struct *mm) uprobe_clear_state() function
/linux/kernel/events/
H A Duprobes.c1820 void uprobe_clear_state(struct mm_struct *mm) in uprobe_clear_state() function
/linux/kernel/
H A Dfork.c1171 uprobe_clear_state(mm); in __mmput()