Searched refs:ring_pool (Results 1 – 3 of 3) sorted by relevance
54 struct slab_child_pool ring_pool; member195 msm_ring = slab_alloc(&msm_submit->ring_pool); in msm_submit_sp_new_ringbuffer()301 slab_destroy_child(&msm_submit->ring_pool); in msm_submit_sp_destroy()326 slab_create_child(&msm_submit->ring_pool, &to_msm_pipe(pipe)->ring_pool); in msm_submit_sp_new()339 slab_create_parent(&msm_pipe->ring_pool, sizeof(struct msm_ringbuffer_sp), 16); in msm_pipe_sp_ringpool_init()345 if (msm_pipe->ring_pool.num_elements) in msm_pipe_sp_ringpool_fini()346 slab_destroy_parent(&msm_pipe->ring_pool); in msm_pipe_sp_ringpool_fini()512 slab_free(&to_msm_submit_sp(submit)->ring_pool, msm_ring); in msm_ringbuffer_sp_destroy()
54 struct slab_mempool ring_pool; member230 msm_ring = slab_alloc_st(&msm_submit->ring_pool); in msm_submit_new_ringbuffer()418 slab_destroy(&msm_submit->ring_pool); in msm_submit_destroy()445 slab_create(&msm_submit->ring_pool, sizeof(struct msm_ringbuffer), 16); in msm_submit_new()647 slab_free_st(&to_msm_submit(submit)->ring_pool, msm_ring); in msm_ringbuffer_destroy()
56 struct slab_parent_pool ring_pool; member