Searched refs:sample_pool (Results 1 – 2 of 2) sorted by relevance
298 struct fd_hw_sample *samp = slab_alloc_st(&batch->ctx->sample_pool); in fd_hw_sample_init()335 slab_free_st(&ctx->sample_pool, samp); in __fd_hw_sample_destroy()442 slab_create(&ctx->sample_pool, sizeof(struct fd_hw_sample), in fd_hw_query_init()453 slab_destroy(&ctx->sample_pool); in fd_hw_query_fini()
198 struct slab_mempool sample_pool; member