Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/sched/
Dmm.h128 extern void mm_update_next_owner(struct mm_struct *mm);
130 static inline void mm_update_next_owner(struct mm_struct *mm) in mm_update_next_owner() function
/linux-4.19.296/fs/
Dexec.c1055 mm_update_next_owner(old_mm); in exec_mmap()