Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h13340 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/
Dvmlinux_510.h12006 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 *);
Dvmlinux.h12006 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/
Dvmlinux.h10921 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 *);
Dvmlinux_510.h10921 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/
Dvmlinux_505.h13653 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 *);
Dvmlinux.h13653 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 *);