Searched refs:last_context (Results 1 – 1 of 1) sorted by relevance
57 static unsigned int first_context, last_context; variable66 (sizeof(unsigned long) * (last_context / BITS_PER_LONG + 1))90 max = last_context - first_context; in steal_context_smp()102 if (id > last_context) in steal_context_smp()145 for (id = first_context; id <= last_context; id++) { in steal_all_contexts()166 nr_free_contexts = last_context - first_context; in steal_all_contexts()204 for (id = first_context; id <= last_context; id++) { in context_check_map()266 if (id > last_context) in switch_mmu_context()290 id = find_next_zero_bit(map, last_context+1, id); in switch_mmu_context()291 if (id > last_context) in switch_mmu_context()[all …]