Lines Matching defs:next
73 static inline void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next,
78 if (next == &init_mm)
81 S390_lowcore.user_asce = next->context.asce;
82 cpumask_set_cpu(cpu, &next->context.cpu_attach_mask);
85 if (prev != next)
90 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
96 switch_mm_irqs_off(prev, next, tsk);
119 struct mm_struct *next)
121 switch_mm(prev, next, current);
122 cpumask_set_cpu(smp_processor_id(), mm_cpumask(next));