Searched refs:sample_pool (Results 1 – 2 of 2) sorted by relevance
301 struct fd_hw_sample *samp = slab_alloc_st(&batch->ctx->sample_pool); in fd_hw_sample_init()338 slab_free_st(&ctx->sample_pool, samp); in __fd_hw_sample_destroy()436 slab_create(&ctx->sample_pool, sizeof(struct fd_hw_sample), in fd_hw_query_init()447 slab_destroy(&ctx->sample_pool); in fd_hw_query_fini()
182 struct slab_mempool sample_pool; member