Home
last modified time | relevance | path

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

/fs/
Dexec.c983 struct mm_struct *old_mm, *active_mm; in exec_mmap() local
1016 active_mm = tsk->active_mm; in exec_mmap()
1017 tsk->active_mm = mm; in exec_mmap()
1028 activate_mm(active_mm, mm); in exec_mmap()
1038 BUG_ON(active_mm != old_mm); in exec_mmap()
1044 mmdrop(active_mm); in exec_mmap()