Lines Matching refs:sharing
9 buffer sharing API, how to use it for exporting and using shared buffers.
11 Any device driver which wishes to be a part of DMA buffer sharing, can do so as
19 - allows other users to share the buffer by using dma_buf sharing APIs,
26 - is one of (many) sharing users of the buffer.
35 The dma_buf buffer sharing API usage contains the following steps:
107 The dma-buf sharing framework does the bookkeeping bits related to managing
142 accessing at the same time (for reading, maybe), or any other kind of sharing
225 denote non-compatibility of the new buffer-sharing request with the current
347 the need to handle this specially in userspace frameworks for buffer sharing
406 Synchronization is an orthogonal issue to sharing the backing storage of a
409 different exporters handle this differently, buffer sharing can fail in
428 - Any exporters or users of the dma-buf buffer sharing framework must have