Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Ddmabuf_iter.c46 return dma_buf_iter_next(dmabuf); in dmabuf_iter_seq_next()
177 kit->dmabuf = dma_buf_iter_next(kit->dmabuf); in bpf_iter_dmabuf_next()
/linux/include/linux/
H A Ddma-buf.h600 struct dma_buf *dma_buf_iter_next(struct dma_buf *dmbuf);
/linux/drivers/dma-buf/
H A Ddma-buf.c129 struct dma_buf *dma_buf_iter_next(struct dma_buf *dmabuf) in dma_buf_iter_next() function