Function report |
Source Code:include\linux\kobject.h |
Create Date:2022-07-28 05:44:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kobject_name
Proto:static inline const char *kobject_name(const struct kobject *kobj)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
const struct kobject * | kobj |
91 | Return name |
Name | Describe |
---|---|
kobject_uevent_env | kobject_uevent_env - send an uevent with environmental data*@kobj: struct kobject that the action is happening to*@action: action that is happening*@envp_ext: pointer to environmental data* Returns 0 if kobject_uevent_env() is completed with success or the |
get_kobj_path_length | |
fill_kobj_path | |
kobject_add_internal | |
kobject_add | kobject_add() - The main kobject add function.*@kobj: the kobject to add*@parent: pointer to the parent of the kobject.*@fmt: format to name the kobject with.* The kobject name is set and added to the kobject hierarchy in this* function. |
kobject_get | kobject_get() - Increment refcount for object.*@kobj: object. |
kobject_cleanup | kobject_cleanup - free kobject resources.*@kobj: object to cleanup |
kobject_put | kobject_put() - Decrement refcount for object.*@kobj: object.* Decrement the refcount, and if 0, call kobject_cleanup(). |
kset_find_obj | kset_find_obj() - Search for object in kset.*@kset: kset we're looking in.*@name: object's name.* Lock kset via @kset->subsys, and iterate over @kset->list,* looking for a matching kobject. If matching object is found |
kset_release | |
kobj_to_setup_data_nr | |
blk_register_queue | lk_register_queue - register a block layer queue with sysfs*@disk: Disk of which the request queue should be registered with sysfs. |
register_disk | |
q_name | |
blk_mq_debugfs_register |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |