Home
last modified time | relevance | path

Searched refs:dmabuf_page_pool_with_spinlock (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dpage_pool.c19 struct dmabuf_page_pool_with_spinlock { struct
44 struct dmabuf_page_pool_with_spinlock *container_pool = in dmabuf_page_pool_add() argument
45 container_of(pool, struct dmabuf_page_pool_with_spinlock, pool); in dmabuf_page_pool_add()
63 struct dmabuf_page_pool_with_spinlock *container_pool = in dmabuf_page_pool_remove()
64 container_of(pool, struct dmabuf_page_pool_with_spinlock, pool); in dmabuf_page_pool_remove()
130 struct dmabuf_page_pool_with_spinlock *container_pool = in dmabuf_page_pool_create()
160 struct dmabuf_page_pool_with_spinlock *container_pool; in dmabuf_page_pool_destroy()
174 container_pool = container_of(pool, struct dmabuf_page_pool_with_spinlock, pool); in dmabuf_page_pool_destroy()