Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:kobject_name

Proto:static inline const char *kobject_name(const struct kobject *kobj)

Type:char

Parameter:

TypeParameterName
const struct kobject *kobj
91  Return name
Caller
NameDescribe
kobject_uevent_envkobject_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_addkobject_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_getkobject_get() - Increment refcount for object.*@kobj: object.
kobject_cleanupkobject_cleanup - free kobject resources.*@kobj: object to cleanup
kobject_putkobject_put() - Decrement refcount for object.*@kobj: object.* Decrement the refcount, and if 0, call kobject_cleanup().
kset_find_objkset_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_queuelk_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