Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h5610 struct kobj_type { struct
5611 void (*release)(struct kobject *);
5612 const struct sysfs_ops *sysfs_ops;
5613 struct attribute **default_attrs;
5614 const struct attribute_group **default_groups;
5615 const struct kobj_ns_type_operations * (*child_ns_type)(struct kobject *);
5616 const void * (*namespace)(struct kobject *);
5617 void (*get_ownership)(struct kobject *, kuid_t *, kgid_t *);
138403 struct kobj_type kobj_type; member