Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h2550 struct kobject { struct
2553 struct kobject *parent; argument
2554 struct kset *kset;
2555 const struct kobj_type *ktype;
2556 struct kernfs_node *sd;
2557 struct kref kref;
2558 unsigned int state_initialized: 1;
2559 unsigned int state_in_sysfs: 1;
2560 unsigned int state_add_uevent_sent: 1;
2561 unsigned int state_remove_uevent_sent: 1;
[all …]