函数逻辑报告 | 
Source Code:lib\kobject.c | 
Create Date:2022-07-27 07:13:31 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:增加引用计数对象
函数原型:struct kobject *kobject_get(struct kobject *kobj)
返回类型:struct kobject
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct kobject * | kobj | 
| 639 | 如果kobj则 | 
| 640 | 如果非state_initialized则WARN(1, warning conditions "kobject: '%s' (%p): is not initialized, yet kobject_get() is being called.\n", kobject_name(kobj), kobj) | 
| 644 | 对象增加引用 | 
| 646 | 返回:kobj | 
| 名称 | 描述 | 
|---|---|
| kobject_add_internal | |
| kobject_rename | kobject_rename() - Change the name of an object | 
| kobject_move | 移动对象 | 
| blk_mq_sysfs_init | |
| __blk_mq_register_dev | |
| kset_get | |
| __blk_get_queue | |
| 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. | 
| cdev_add | dev_add() - add a char device to the system*@p: the cdev structure for the device*@dev: the first device number for which this device is responsible*@count: the number of consecutive minor numbers corresponding to this* device* cdev_add() adds the device | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |