Home
last modified time | relevance | path

Searched refs:sysfs_dev_block_kobj (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/base/
Dcore.c2261 static struct kobject *sysfs_dev_block_kobj; variable
3437 return sysfs_dev_block_kobj; in device_to_dev_kobj()
4080 sysfs_dev_block_kobj = kobject_create_and_add("block", dev_kobj); in devices_init()
4081 if (!sysfs_dev_block_kobj) in devices_init()
4090 kobject_put(sysfs_dev_block_kobj); in devices_init()