Lines Matching defs:next
62 struct mm_struct *next);
64 struct mm_struct *next,
68 return radix__switch_mmu_context(prev, next);
69 return switch_slb(tsk, next);
104 extern void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next,
129 extern void switch_cop(struct mm_struct *next);
161 * flush of the full mm, as the next TLBI may be local and the
224 extern void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next,
227 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
233 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);