Lines Matching refs:next
47 mi->next = ctx->mappings;
48 if (mi->next != NULL)
49 mi->next->prev = mi;
95 ctx->next = NULL;
431 mi->prev->next = mi->next;
433 ctx->mappings = mi->next;
435 if (mi->next != NULL)
436 mi->next->prev = mi->prev;
445 radeon_priv->private_data = (void *)(ctx->next);
447 for (; ptr != NULL && ptr->next != ctx;
448 ptr = ptr->next)
455 ptr->next = ctx->next;
478 for (mi = ctx->mappings; mi != NULL; mi = mi->next) {
505 for (ctx = efb_priv->contexts; ctx != NULL; ctx = ctx->next) {