Lines Matching defs:nonblock
1637 static int iio_dma_resv_lock(struct dma_buf *dmabuf, bool nonblock)
1639 if (!nonblock)
1659 struct dma_buf *dmabuf, bool nonblock)
1683 int __user *user_fd, bool nonblock)
1720 err = iio_dma_resv_lock(dmabuf, nonblock);
1789 int __user *user_req, bool nonblock)
1846 bool nonblock)
1881 attach = iio_buffer_find_attachment(ib, dmabuf, nonblock);
1907 ret = iio_dma_resv_lock(dmabuf, nonblock);
1911 timeout = nonblock ? 0 : msecs_to_jiffies(DMABUF_ENQUEUE_TIMEOUT_MS);
2015 bool nonblock = filp->f_flags & O_NONBLOCK;
2019 return iio_buffer_attach_dmabuf(ib, _arg, nonblock);
2021 return iio_buffer_detach_dmabuf(ib, _arg, nonblock);
2023 return iio_buffer_enqueue_dmabuf(ib, _arg, nonblock);