Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dmm.h101 extern void mm_update_next_owner(struct mm_struct *mm);
103 static inline void mm_update_next_owner(struct mm_struct *mm) in mm_update_next_owner() function
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c347 void mm_update_next_owner(struct mm_struct *mm) in mm_update_next_owner() function
487 mm_update_next_owner(mm); in exit_mm()
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c1037 mm_update_next_owner(old_mm); in exec_mmap()