Searched refs:last_context (Results 1 – 4 of 4) sorted by relevance
55 static unsigned int first_context, last_context; variable63 (sizeof(unsigned long) * (last_context / BITS_PER_LONG + 1))87 max = last_context - first_context; in steal_context_smp()99 if (id > last_context) in steal_context_smp()167 for (id = first_context; id <= last_context; id++) { in context_check_map()228 if (id > last_context) in switch_mmu_context()249 id = find_next_zero_bit(map, last_context+1, id); in switch_mmu_context()250 if (id > last_context) in switch_mmu_context()413 last_context = 15; in mmu_context_init()416 last_context = 65535; in mmu_context_init()[all …]
241 if (new == dev->last_context) { in drm_context_switch()263 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */ in drm_context_switch_complete()397 return drm_context_switch(dev, dev->last_context, ctx->handle); in drm_switchctx()
85 dev->last_context = 0; in drm_setup()
1128 int last_context; /**< Last current context */ member