Searched refs:LAST_CONTEXT (Results 1 – 6 of 6) sorted by relevance
76 #define LAST_CONTEXT DEBUG_CLAMP_LAST_CONTEXT macro78 #define LAST_CONTEXT 16 macro80 #define LAST_CONTEXT 65535 macro82 #define LAST_CONTEXT 255 macro94 (sizeof(unsigned long) * (LAST_CONTEXT / BITS_PER_LONG + 1))118 max = LAST_CONTEXT - FIRST_CONTEXT; in steal_context_smp()130 if (id > LAST_CONTEXT) in steal_context_smp()175 for (id = FIRST_CONTEXT; id <= LAST_CONTEXT; id++) { in steal_all_contexts()198 nr_free_contexts = LAST_CONTEXT - FIRST_CONTEXT; in steal_all_contexts()240 for (id = FIRST_CONTEXT; id <= LAST_CONTEXT; id++) { in context_check_map()[all …]
44 #define LAST_CONTEXT 32767 macro61 static unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];68 ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx); in __init_new_context()69 if (ctx > LAST_CONTEXT) in __init_new_context()72 next_mmu_context = (ctx + 1) & LAST_CONTEXT; in __init_new_context()
44 # define LAST_CONTEXT 255 macro78 extern struct mm_struct *context_mm[LAST_CONTEXT+1];94 ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx); in get_mmu_context()95 if (ctx > LAST_CONTEXT) in get_mmu_context()98 next_mmu_context = (ctx + 1) & LAST_CONTEXT; in get_mmu_context()
34 unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];36 struct mm_struct *context_mm[LAST_CONTEXT+1];49 atomic_set(&nr_free_contexts, LAST_CONTEXT - FIRST_CONTEXT + 1); in mmu_context_init()
22 #define LAST_CONTEXT 255 macro29 extern struct mm_struct *context_mm[LAST_CONTEXT+1];44 ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx); in get_mmu_context()45 if (ctx > LAST_CONTEXT) in get_mmu_context()48 next_mmu_context = (ctx + 1) & LAST_CONTEXT; in get_mmu_context()
29 unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];31 struct mm_struct *context_mm[LAST_CONTEXT+1];198 atomic_set(&nr_free_contexts, LAST_CONTEXT - FIRST_CONTEXT + 1); in cf_mmu_context_init()