Lines Matching refs:users
19 - allows other users to share the buffer by using dma_buf sharing APIs,
22 - takes care of any migration of scatterlist - for all (shared) users of this
26 - is one of (many) sharing users of the buffer.
39 passes it around to potential buffer-users based on use case
73 2. Userspace gets a handle to pass around to potential buffer-users
126 "dma_buf->ops->" indirection from the users of this interface.
141 Based on enum dma_data_direction, it might be possible to have multiple users
143 that the exporter might wish to make available to buffer-users.
158 "dma_buf->ops->" indirection from the users of this interface.
218 Once all users have finished accessing and have unmapped this buffer, the
238 - full transparency for existing users on the importer side, i.e. userspace
428 - Any exporters or users of the dma-buf buffer sharing framework must have