Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhmm.h381 void hmm_mm_destroy(struct mm_struct *mm);
388 static inline void hmm_mm_destroy(struct mm_struct *mm) {} in hmm_mm_destroy() function
560 static inline void hmm_mm_destroy(struct mm_struct *mm) {} in hmm_mm_destroy() function
/Linux-v4.19/mm/
Dhmm.c119 void hmm_mm_destroy(struct mm_struct *mm) in hmm_mm_destroy() function
/Linux-v4.19/kernel/
Dfork.c632 hmm_mm_destroy(mm); in __mmdrop()