Home
last modified time | relevance | path

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

/mm/
Dmmu_context.c22 struct mm_struct *active_mm; in use_mm() local
26 active_mm = tsk->active_mm; in use_mm()
27 if (active_mm != mm) { in use_mm()
29 tsk->active_mm = mm; in use_mm()
32 switch_mm(active_mm, mm, tsk); in use_mm()
38 if (active_mm != mm) in use_mm()
39 mmdrop(active_mm); in use_mm()