Searched refs:slab_mempool (Results 1 – 8 of 8) sorted by relevance
86 struct slab_mempool { struct91 void slab_create(struct slab_mempool *mempool, argument94 void slab_destroy(struct slab_mempool *mempool);95 void *slab_alloc_st(struct slab_mempool *mempool);96 void slab_free_st(struct slab_mempool *mempool, void *ptr);
286 slab_alloc_st(struct slab_mempool *mempool) in slab_alloc_st()295 slab_free_st(struct slab_mempool *mempool, void *ptr) in slab_free_st()301 slab_destroy(struct slab_mempool *mempool) in slab_destroy()314 slab_create(struct slab_mempool *mempool, in slab_create()
300 struct slab_mempool transfer_pool;301 struct slab_mempool texture_transfer_pool;
233 struct slab_mempool sample_pool dt;234 struct slab_mempool sample_period_pool dt;
65 struct slab_mempool buffer_pool;
213 struct slab_mempool allocation_pool;214 struct slab_mempool region_pool;1069 struct slab_mempool external_allocation_pool;
52 struct slab_mempool ring_pool;
1140 - util/slab: Rename slab_mempool typed parameters to mempool