Searched defs:kobj_type (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 5622 struct kobj_type { struct 5623 void (*release)(struct kobject *); 5624 const struct sysfs_ops *sysfs_ops; 5625 struct attribute **default_attrs; 5626 const struct attribute_group **default_groups; 5627 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *); 5628 const void * (*namespace)(struct kobject *); 5629 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *); 107787 struct kobj_type kobj_type; member
|
D | vmlinux.h | 5622 struct kobj_type { struct 5623 void (*release)(struct kobject *); 5624 const struct sysfs_ops *sysfs_ops; 5625 struct attribute **default_attrs; 5626 const struct attribute_group **default_groups; 5627 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *); 5628 const void * (*namespace)(struct kobject *); 5629 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *); 107787 struct kobj_type kobj_type; member
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 6792 struct kobj_type { struct 6793 void (*release)(struct kobject *); 6794 const struct sysfs_ops *sysfs_ops; 6795 struct attribute **default_attrs; 6796 const struct attribute_group **default_groups; 6797 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *); 6798 const void * (*namespace)(struct kobject *); 6799 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *); 74406 struct kobj_type kobj_type; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 5260 struct kobj_type { struct 5261 void (*release)(struct kobject *); 5262 const struct sysfs_ops *sysfs_ops; 5263 struct attribute **default_attrs; 5264 const struct attribute_group **default_groups; 5265 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *); 5266 const void * (*namespace)(struct kobject *); 5267 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *); 92232 struct kobj_type kobj_type; member
|
D | vmlinux_510.h | 5260 struct kobj_type { struct 5261 void (*release)(struct kobject *); 5262 const struct sysfs_ops *sysfs_ops; 5263 struct attribute **default_attrs; 5264 const struct attribute_group **default_groups; 5265 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *); 5266 const void * (*namespace)(struct kobject *); 5267 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *); 92232 struct kobj_type kobj_type; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 6291 struct kobj_type { struct 6292 void (*release)(struct kobject *); 6293 const struct sysfs_ops *sysfs_ops; 6294 struct attribute **default_attrs; 6295 const struct attribute_group **default_groups; 6296 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *); 6297 const void * (*namespace)(struct kobject *); 6298 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *); 98288 struct kobj_type kobj_type; member
|
D | vmlinux_505.h | 6291 struct kobj_type { struct 6292 void (*release)(struct kobject *); 6293 const struct sysfs_ops *sysfs_ops; 6294 struct attribute **default_attrs; 6295 const struct attribute_group **default_groups; 6296 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *); 6297 const void * (*namespace)(struct kobject *); 6298 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *); 98288 struct kobj_type kobj_type; member
|