Lines Matching refs:next
38 unsigned int next; /* next context number to use */
41 /* call wrap_mmu_context when next >= max */
93 if (ia64_ctx.next >= ia64_ctx.limit) {
94 ia64_ctx.next = find_next_zero_bit(ia64_ctx.bitmap,
95 ia64_ctx.max_ctx, ia64_ctx.next);
97 ia64_ctx.max_ctx, ia64_ctx.next);
98 if (ia64_ctx.next >= ia64_ctx.max_ctx)
101 mm->context = context = ia64_ctx.next++;
187 activate_mm (struct mm_struct *prev, struct mm_struct *next)
193 ia64_set_kr(IA64_KR_PT_BASE, __pa(next->pgd));
194 activate_context(next);