Searched refs:last_context (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dmmu_context_nohash.c55 static unsigned int first_context, last_context; variable
63 (sizeof(unsigned long) * (last_context / BITS_PER_LONG + 1))
87 max = last_context - first_context;
99 if (id > last_context)
166 for (id = first_context; id <= last_context; id++) {
227 if (id > last_context)
248 id = find_next_zero_bit(map, last_context+1, id);
249 if (id > last_context)
404 last_context = 15;
407 last_context
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmmu_context_nohash.c55 static unsigned int first_context, last_context; variable
63 (sizeof(unsigned long) * (last_context / BITS_PER_LONG + 1))
87 max = last_context - first_context;
99 if (id > last_context)
166 for (id = first_context; id <= last_context; id++) {
227 if (id > last_context)
248 id = find_next_zero_bit(map, last_context+1, id);
249 if (id > last_context)
404 last_context = 15;
407 last_context
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_context.c240 if (new == dev->last_context) {
255 * Updates drm_device::last_context and drm_device::last_switch. Verifies the
262 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */
404 return drm_context_switch(dev, dev->last_context, ctx->handle);
H A Ddrm_lock.c140 dev->last_context != lock->context) {
141 dev->driver->kernel_context_switch(dev, dev->last_context,
H A Ddrm_fops.c85 dev->last_context = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_context.c240 if (new == dev->last_context) {
255 * Updates drm_device::last_context and drm_device::last_switch. Verifies the
262 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */
404 return drm_context_switch(dev, dev->last_context, ctx->handle);
H A Ddrm_lock.c140 dev->last_context != lock->context) {
141 dev->driver->kernel_context_switch(dev, dev->last_context,
H A Ddrm_fops.c85 dev->last_context = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/
H A DdrmP.h978 int last_context; /**< Last current context */ member in struct:drm_device
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/
H A DdrmP.h978 int last_context; /**< Last current context */ member in struct:drm_device

Completed in 215 milliseconds