Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dexit.c299 void mm_update_next_owner(struct mm_struct *mm) in mm_update_next_owner() function
436 mm_update_next_owner(mm); in exit_mm()
/linux-4.4.14/include/linux/
Dsched.h3166 extern void mm_update_next_owner(struct mm_struct *mm);
3168 static inline void mm_update_next_owner(struct mm_struct *mm) in mm_update_next_owner() function
/linux-4.4.14/fs/
Dexec.c879 mm_update_next_owner(old_mm); in exec_mmap()