Searched refs:active_contexts (Results 1 – 2 of 2) sorted by relevance
72 ret = xa_alloc_cyclic(&priv->active_contexts, &ctx->id, ctx, in etnaviv_open()120 xa_erase(&priv->active_contexts, ctx->id); in etnaviv_postclose()543 xa_init_flags(&priv->active_contexts, XA_FLAGS_ALLOC); in etnaviv_bind()605 xa_destroy(&priv->active_contexts); in etnaviv_unbind()
45 struct xarray active_contexts; member