Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h51310 struct eventfs_inode { struct
51311 union {
51315 struct list_head children;
51316 const struct eventfs_entry *entries;
51317 const char *name;
51318 struct dentry *events_dir;
51319 struct eventfs_attr *entry_attrs;
51320 void *data;
51321 struct eventfs_attr attr;
51322 struct kref kref;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h61068 struct eventfs_inode { struct
61069 union {
61073 struct list_head children;
61074 const struct eventfs_entry *entries;
61075 const char *name;
61076 struct dentry *events_dir;
61077 struct eventfs_attr *entry_attrs;
61078 void *data;
61079 struct eventfs_attr attr;
61080 struct kref kref;
[all …]