Lines Matching defs:next
56 struct mm_struct *next);
58 struct mm_struct *next,
62 return radix__switch_mmu_context(prev, next);
63 return switch_slb(tsk, next);
100 extern void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next,
151 * flush of the full mm, as the next TLBI may be local and the
226 extern void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next,
229 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
235 switch_mm_irqs_off(prev, next, tsk);
245 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)
247 switch_mm_irqs_off(prev, next, current);