Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h1020 struct kobj_type { struct
1021 void (*release)(struct kobject *);
1022 const struct sysfs_ops *sysfs_ops;
1023 const struct attribute_group **default_groups;
1024 const struct kobj_ns_type_operations * (*child_ns_type)(const struct kobject *);
1025 const void * (*namespace)(const struct kobject *);
1026 void (*get_ownership)(const struct kobject *, kuid_t *, kgid_t *);
1027 u64 android_kabi_reserved1;
1028 u64 android_kabi_reserved2;
1029 u64 android_kabi_reserved3;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h407 struct kobj_type { struct
408 void (*release)(struct kobject *);
409 const struct sysfs_ops *sysfs_ops;
410 const struct attribute_group **default_groups;
411 const struct kobj_ns_type_operations * (*child_ns_type)(const struct kobject *);
412 const void * (*namespace)(const struct kobject *);
413 void (*get_ownership)(const struct kobject *, kuid_t *, kgid_t *);
414 u64 android_kabi_reserved1;
415 u64 android_kabi_reserved2;
416 u64 android_kabi_reserved3;
[all …]