Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h21976 struct pipe_buf_operations { struct
21977 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *);
21978 void (*release)(struct pipe_inode_info *, struct pipe_buffer *);
21979 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *);
21980 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h32213 struct pipe_buf_operations { struct
32214 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *);
32215 void (*release)(struct pipe_inode_info *, struct pipe_buffer *);
32216 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *);
32217 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);