Searched refs:ring_pool (Results 1 – 3 of 3) sorted by relevance
63 struct slab_child_pool ring_pool; member207 msm_ring = slab_alloc(&msm_submit->ring_pool); in msm_submit_sp_new_ringbuffer()599 slab_destroy_child(&msm_submit->ring_pool); in msm_submit_sp_destroy()623 slab_create_child(&msm_submit->ring_pool, &to_msm_pipe(pipe)->ring_pool); in msm_submit_sp_new()635 slab_create_parent(&msm_pipe->ring_pool, sizeof(struct msm_ringbuffer_sp), in msm_pipe_sp_ringpool_init()642 if (msm_pipe->ring_pool.num_elements) in msm_pipe_sp_ringpool_fini()643 slab_destroy_parent(&msm_pipe->ring_pool); in msm_pipe_sp_ringpool_fini()741 slab_free(&to_msm_submit_sp(submit)->ring_pool, msm_ring); in msm_ringbuffer_sp_destroy()
52 struct slab_mempool ring_pool; member225 msm_ring = slab_alloc_st(&msm_submit->ring_pool); in msm_submit_new_ringbuffer()406 slab_destroy(&msm_submit->ring_pool); in msm_submit_destroy()433 slab_create(&msm_submit->ring_pool, sizeof(struct msm_ringbuffer), 16); in msm_submit_new()646 slab_free_st(&to_msm_submit(submit)->ring_pool, msm_ring); in msm_ringbuffer_destroy()
59 struct slab_parent_pool ring_pool; member