Home
last modified time | relevance | path

Searched refs:bpf_iter_dmabuf (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Ddmabuf_iter.c146 struct bpf_iter_dmabuf { struct
161 __bpf_kfunc int bpf_iter_dmabuf_new(struct bpf_iter_dmabuf *it) in bpf_iter_dmabuf_new()
172 __bpf_kfunc struct dma_buf *bpf_iter_dmabuf_next(struct bpf_iter_dmabuf *it) in bpf_iter_dmabuf_next()
184 __bpf_kfunc void bpf_iter_dmabuf_destroy(struct bpf_iter_dmabuf *it) in bpf_iter_dmabuf_destroy()
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h589 struct bpf_iter_dmabuf;
590 extern int bpf_iter_dmabuf_new(struct bpf_iter_dmabuf *it) __weak __ksym;
591 extern struct dma_buf *bpf_iter_dmabuf_next(struct bpf_iter_dmabuf *it) __weak __ksym;
592 extern void bpf_iter_dmabuf_destroy(struct bpf_iter_dmabuf *it) __weak __ksym;