Searched refs:active_mm (Results 1 – 1 of 1) sorted by relevance
24 struct mm_struct *active_mm; in use_mm() local28 active_mm = tsk->active_mm; in use_mm()29 if (active_mm != mm) { in use_mm()31 tsk->active_mm = mm; in use_mm()34 switch_mm(active_mm, mm, tsk); in use_mm()40 if (active_mm != mm) in use_mm()41 mmdrop(active_mm); in use_mm()