Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h4161 struct kernfs_ops { struct
4162 int (*open)(struct kernfs_open_file *);
4163 void (*release)(struct kernfs_open_file *);
4164 int (*seq_show)(struct seq_file *, void *);
4165 void * (*seq_start)(struct seq_file *, loff_t *);
4166 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4167 void (*seq_stop)(struct seq_file *, void *);
4168 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4169 size_t atomic_write_len;
4170 bool prealloc;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h4768 struct kernfs_ops { struct
4769 int (*open)(struct kernfs_open_file *);
4770 void (*release)(struct kernfs_open_file *);
4771 int (*seq_show)(struct seq_file *, void *);
4772 void * (*seq_start)(struct seq_file *, loff_t *);
4773 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4774 void (*seq_stop)(struct seq_file *, void *);
4775 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4776 size_t atomic_write_len;
4777 bool prealloc;
[all …]
H A Dvmlinux_600.h4768 struct kernfs_ops { struct
4769 int (*open)(struct kernfs_open_file *);
4770 void (*release)(struct kernfs_open_file *);
4771 int (*seq_show)(struct seq_file *, void *);
4772 void * (*seq_start)(struct seq_file *, loff_t *);
4773 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4774 void (*seq_stop)(struct seq_file *, void *);
4775 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4776 size_t atomic_write_len;
4777 bool prealloc;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h4483 struct kernfs_ops { struct
4484 int (*open)(struct kernfs_open_file *);
4485 void (*release)(struct kernfs_open_file *);
4486 int (*seq_show)(struct seq_file *, void *);
4487 void * (*seq_start)(struct seq_file *, loff_t *);
4488 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4489 void (*seq_stop)(struct seq_file *, void *);
4490 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4491 size_t atomic_write_len;
4492 bool prealloc;
[all …]
H A Dvmlinux_602.h4483 struct kernfs_ops { struct
4484 int (*open)(struct kernfs_open_file *);
4485 void (*release)(struct kernfs_open_file *);
4486 int (*seq_show)(struct seq_file *, void *);
4487 void * (*seq_start)(struct seq_file *, loff_t *);
4488 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4489 void (*seq_stop)(struct seq_file *, void *);
4490 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4491 size_t atomic_write_len;
4492 bool prealloc;
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h4984 struct kernfs_ops { struct
4985 int (*open)(struct kernfs_open_file *);
4986 void (*release)(struct kernfs_open_file *);
4987 int (*seq_show)(struct seq_file *, void *);
4988 void * (*seq_start)(struct seq_file *, loff_t *);
4989 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4990 void (*seq_stop)(struct seq_file *, void *);
4991 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4992 size_t atomic_write_len;
4993 bool prealloc;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h4413 struct kernfs_ops { struct
4414 int (*open)(struct kernfs_open_file *);
4415 void (*release)(struct kernfs_open_file *);
4416 int (*seq_show)(struct seq_file *, void *);
4417 void * (*seq_start)(struct seq_file *, loff_t *);
4418 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4419 void (*seq_stop)(struct seq_file *, void *);
4420 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4421 size_t atomic_write_len;
4422 bool prealloc;
[all …]
H A Dvmlinux_518.h4413 struct kernfs_ops { struct
4414 int (*open)(struct kernfs_open_file *);
4415 void (*release)(struct kernfs_open_file *);
4416 int (*seq_show)(struct seq_file *, void *);
4417 void * (*seq_start)(struct seq_file *, loff_t *);
4418 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4419 void (*seq_stop)(struct seq_file *, void *);
4420 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4421 size_t atomic_write_len;
4422 bool prealloc;
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h4578 struct kernfs_ops { struct
4579 int (*open)(struct kernfs_open_file *);
4580 void (*release)(struct kernfs_open_file *);
4581 int (*seq_show)(struct seq_file *, void *);
4582 void * (*seq_start)(struct seq_file *, loff_t *);
4583 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4584 void (*seq_stop)(struct seq_file *, void *);
4585 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4586 size_t atomic_write_len;
4587 bool prealloc;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h2668 struct kernfs_ops { struct
2669 int (*open)(struct kernfs_open_file *);
2670 void (*release)(struct kernfs_open_file *);
2671 int (*seq_show)(struct seq_file *, void *);
2672 void * (*seq_start)(struct seq_file *, loff_t *);
2673 void * (*seq_next)(struct seq_file *, void *, loff_t *);
2674 void (*seq_stop)(struct seq_file *, void *);
2675 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
2676 size_t atomic_write_len;
2677 bool prealloc;
[all …]
H A Dvmlinux.h2668 struct kernfs_ops { struct
2669 int (*open)(struct kernfs_open_file *);
2670 void (*release)(struct kernfs_open_file *);
2671 int (*seq_show)(struct seq_file *, void *);
2672 void * (*seq_start)(struct seq_file *, loff_t *);
2673 void * (*seq_next)(struct seq_file *, void *, loff_t *);
2674 void (*seq_stop)(struct seq_file *, void *);
2675 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
2676 size_t atomic_write_len;
2677 bool prealloc;
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h4285 struct kernfs_ops { struct
4286 int (*open)(struct kernfs_open_file *);
4287 void (*release)(struct kernfs_open_file *);
4288 int (*seq_show)(struct seq_file *, void *);
4289 void * (*seq_start)(struct seq_file *, loff_t *);
4290 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4291 void (*seq_stop)(struct seq_file *, void *);
4292 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4293 size_t atomic_write_len;
4294 bool prealloc;
[all …]
H A Dvmlinux.h4285 struct kernfs_ops { struct
4286 int (*open)(struct kernfs_open_file *);
4287 void (*release)(struct kernfs_open_file *);
4288 int (*seq_show)(struct seq_file *, void *);
4289 void * (*seq_start)(struct seq_file *, loff_t *);
4290 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4291 void (*seq_stop)(struct seq_file *, void *);
4292 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4293 size_t atomic_write_len;
4294 bool prealloc;
[all …]