Lines Matching refs:next
34 void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next,
40 if (!cpumask_test_cpu(smp_processor_id(), mm_cpumask(next))) {
41 cpumask_set_cpu(smp_processor_id(), mm_cpumask(next));
42 inc_mm_active_cpus(next);
47 * translations for next.
71 switch_mm_pgdir(tsk, next);
74 if (prev == next)
85 radix_kvm_prefetch_workaround(next);
87 membarrier_arch_switch_mm(prev, next, tsk);
93 switch_mmu_context(prev, next, tsk);