Searched refs:dcb (Results 1 – 1 of 1) sorted by relevance
286 struct dma_buf_poll_cb_t *dcb = (struct dma_buf_poll_cb_t *)cb; in dma_buf_poll_cb() local289 spin_lock_irqsave(&dcb->poll->lock, flags); in dma_buf_poll_cb()290 wake_up_locked_poll(dcb->poll, dcb->active); in dma_buf_poll_cb()291 dcb->active = 0; in dma_buf_poll_cb()292 spin_unlock_irqrestore(&dcb->poll->lock, flags); in dma_buf_poll_cb()336 struct dma_buf_poll_cb_t *dcb = &dmabuf->cb_excl; in dma_buf_poll() local344 if (dcb->active) { in dma_buf_poll()345 dcb->active |= pevents; in dma_buf_poll()348 dcb->active = pevents; in dma_buf_poll()356 dma_buf_poll_cb(NULL, &dcb->cb); in dma_buf_poll()[all …]