Searched refs:query_pools (Results 1 – 3 of 3) sorted by relevance
139 list_for_each_entry_safe(struct zink_query_pool, pool, &ctx->query_pools, list) { in zink_context_destroy_query_pools()152 list_for_each_entry(struct zink_query_pool, pool, &ctx->query_pools, list) { in find_or_allocate_qp()182 list_addtail(&new_pool->list, &ctx->query_pools); in find_or_allocate_qp()
319 struct list_head query_pools; member
4508 list_inithead(&ctx->query_pools); in zink_context_create()