Home
last modified time | relevance | path

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

/fs/
Dexec.c982 struct mm_struct *old_mm, *active_mm; in exec_mmap() local
1015 active_mm = tsk->active_mm; in exec_mmap()
1016 tsk->active_mm = mm; in exec_mmap()
1027 activate_mm(active_mm, mm); in exec_mmap()
1035 BUG_ON(active_mm != old_mm); in exec_mmap()
1041 mmdrop(active_mm); in exec_mmap()