Searched refs:cb_shared (Results 1 – 2 of 2) sorted by relevance
65 BUG_ON(dmabuf->cb_shared.active || dmabuf->cb_excl.active); in dma_buf_release()207 struct dma_buf_poll_cb_t *dcb = &dmabuf->cb_shared; in dma_buf_poll()323 dmabuf->cb_excl.poll = dmabuf->cb_shared.poll = &dmabuf->poll; in dma_buf_export()324 dmabuf->cb_excl.active = dmabuf->cb_shared.active = 0; in dma_buf_export()
147 } cb_excl, cb_shared; member