Lines Matching refs:next
38 unsigned int next; /* next context number to use */
41 /* call wrap_mmu_context when next >= max */
88 if (ia64_ctx.next >= ia64_ctx.limit) {
89 ia64_ctx.next = find_next_zero_bit(ia64_ctx.bitmap,
90 ia64_ctx.max_ctx, ia64_ctx.next);
92 ia64_ctx.max_ctx, ia64_ctx.next);
93 if (ia64_ctx.next >= ia64_ctx.max_ctx)
96 mm->context = context = ia64_ctx.next++;
179 activate_mm (struct mm_struct *prev, struct mm_struct *next)
185 ia64_set_kr(IA64_KR_PT_BASE, __pa(next->pgd));
186 activate_context(next);