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