Searched refs:context_mm (Results 1 – 3 of 3) sorted by relevance
59 static struct mm_struct **context_mm; variable92 mm = context_mm[id]; in steal_context_smp()145 mm = context_mm[id]; in steal_context_up()171 if (used != (context_mm[id] != NULL)) in context_check_map()173 id, used ? "used" : "free", context_mm[id]); in context_check_map()174 if (context_mm[id] != NULL) in context_check_map()175 nact += context_mm[id]->context.active; in context_check_map()219 if (context_mm[id] != next) in switch_mmu_context()221 next, id, id, context_mm[id]); in switch_mmu_context()255 context_mm[id] = next; in switch_mmu_context()[all …]
36 struct mm_struct *context_mm[LAST_CONTEXT+1]; variable67 mm = context_mm[next_mmu_context]; in steal_context()
75 extern struct mm_struct *context_mm[LAST_CONTEXT+1];97 context_mm[ctx] = mm; in get_mmu_context()