Searched defs:pipe_buf_operations (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 13340 struct pipe_buf_operations { struct 13341 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 13342 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 13343 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); 13344 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 12006 struct pipe_buf_operations { struct 12007 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 12008 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 12009 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); 12010 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);
|
| D | vmlinux.h | 12006 struct pipe_buf_operations { struct 12007 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 12008 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 12009 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); 12010 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 10921 struct pipe_buf_operations { struct 10922 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 10923 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 10924 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); 10925 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);
|
| D | vmlinux_510.h | 10921 struct pipe_buf_operations { struct 10922 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 10923 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 10924 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); 10925 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 13653 struct pipe_buf_operations { struct 13654 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 13655 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 13656 int (*steal)(struct pipe_inode_info *, struct pipe_buffer *); 13657 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);
|
| D | vmlinux.h | 13653 struct pipe_buf_operations { struct 13654 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 13655 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 13656 int (*steal)(struct pipe_inode_info *, struct pipe_buffer *); 13657 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);
|