Searched refs:used_resources (Results 1 – 3 of 3) sorted by relevance
388 LIST_FOR_EACH_ENTRY_SAFE(rsc, rsc_tmp, &ctx->used_resources, list) in etna_cmd_stream_reset_notify()396 assert(LIST_IS_EMPTY(&ctx->used_resources)); in etna_cmd_stream_reset_notify()440 list_inithead(&ctx->used_resources); in etna_context_create()
140 struct list_head used_resources; member
632 list_addtail(&rsc->list, &ctx->used_resources); in etna_resource_used()