Home
last modified time | relevance | path

Searched defs:dma_buf_ops (Results 1 – 1 of 1) sorted by relevance

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h68605 struct dma_buf_ops { struct
68606 bool cache_sgt_mapping;
68607 int (*attach)(struct dma_buf *, struct dma_buf_attachment *);
68608 void (*detach)(struct dma_buf *, struct dma_buf_attachment *);
68609 int (*pin)(struct dma_buf_attachment *);
68633 const struct dma_buf_ops *ops; argument