Searched defs:bin_attribute (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 6768 struct bin_attribute { struct 6773 ssize_t (*read)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t); argument 6774 ssize_t (*write)(struct file *, struct kobject *, struct bin_attribute *, char *, loff_t, size_t); argument 6775 int (*mmap)(struct file *, struct kobject *, struct bin_attribute *, struct vm_area_struct *); argument
|