Home
last modified time | relevance | path

Searched refs:KOBJ_ADD (Results 1 – 25 of 75) sorted by relevance

123

/linux/fs/orangefs/
A Dorangefs-sysfs.c1131 kobject_uevent(orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1148 kobject_uevent(acache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1165 kobject_uevent(capcache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1182 kobject_uevent(ccache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1199 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1216 kobject_uevent(pc_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1233 kobject_uevent(stats_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
/linux/drivers/edac/
A Dedac_device_sysfs.c266 kobject_uevent(&edac_dev->kobj, KOBJ_ADD); in edac_device_register_sysfs_main_kobj()
563 kobject_uevent(&block->kobj, KOBJ_ADD); in edac_device_create_block()
658 kobject_uevent(&instance->kobj, KOBJ_ADD); in edac_device_create_instance()
A Dedac_pci_sysfs.c182 kobject_uevent(&pci->kobj, KOBJ_ADD); in edac_pci_create_instance_kobj()
382 kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD); in edac_pci_main_kobj_setup()
/linux/drivers/acpi/
A Dsysfs.c520 kobject_uevent(tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
521 kobject_uevent(tables_data_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
522 kobject_uevent(dynamic_tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
963 kobject_uevent(&hotplug->kobj, KOBJ_ADD); in acpi_sysfs_add_hotplug_profile()
/linux/arch/ia64/kernel/
A Dtopology.c384 kobject_uevent(&(this_object->kobj), KOBJ_ADD); in cache_add_dev()
386 kobject_uevent(&all_cpu_cache_info[cpu].kobj, KOBJ_ADD); in cache_add_dev()
/linux/Documentation/translations/zh_CN/core-api/
A Dkobject.rst157 当kobject第一次被添加到内核时,使用 *KOBJ_ADD* 动作。这应该在该kobject的任
361 心会自动清理这个kobject分配的所有内存。如果为这个对象发送了 ``KOBJ_ADD``
/linux/drivers/cpuidle/
A Dsysfs.c495 kobject_uevent(&kobj->kobj, KOBJ_ADD); in cpuidle_add_state_sysfs()
627 kobject_uevent(&kdrv->kobj, KOBJ_ADD); in cpuidle_add_driver_sysfs()
722 kobject_uevent(&kdev->kobj, KOBJ_ADD); in cpuidle_add_sysfs()
/linux/net/sunrpc/
A Dsysfs.c537 kobject_uevent(&rpc_client->kobject, KOBJ_ADD); in rpc_sysfs_client_setup()
564 kobject_uevent(&rpc_xprt_switch->kobject, KOBJ_ADD); in rpc_sysfs_xprt_switch_setup()
581 kobject_uevent(&rpc_xprt->kobject, KOBJ_ADD); in rpc_sysfs_xprt_setup()
/linux/drivers/base/
A Ddriver.c179 kobject_uevent(&drv->p->kobj, KOBJ_ADD); in driver_register()
/linux/fs/nfs/
A Dsysfs.c177 kobject_uevent(&clp->kobject, KOBJ_ADD); in nfs_netns_sysfs_setup()
/linux/include/linux/
A Dkobject.h54 KOBJ_ADD, enumerator
/linux/drivers/platform/x86/
A Duv_sysfs.c266 kobject_uevent(&uv_hubs[i]->kobj, KOBJ_ADD); in uv_hubs_init()
409 kobject_uevent(&uv_hubs[j]->ports[k]->kobj, KOBJ_ADD); in uv_ports_init()
639 kobject_uevent(&top_obj->kobj, KOBJ_ADD); in init_pci_top_obj()
/linux/samples/kobject/
A Dkset-example.c231 kobject_uevent(&foo->kobj, KOBJ_ADD); in create_foo_obj()
/linux/arch/powerpc/kernel/
A Dsecvar-sysfs.c201 kobject_uevent(kobj, KOBJ_ADD); in secvar_sysfs_load()
/linux/drivers/staging/greybus/
A Daudio_manager_module.c180 kobject_uevent_env(&module->kobj, KOBJ_ADD, envp); in send_add_uevent()
/linux/lib/
A Dkobject_uevent.c52 [KOBJ_ADD] = "add",
567 case KOBJ_ADD: in kobject_uevent_env()
/linux/arch/powerpc/platforms/powernv/
A Dopal-elog.c248 kobject_uevent(&elog->kobj, KOBJ_ADD); in create_elog_obj()
/linux/Documentation/driver-api/driver-model/
A Ddevice.rst57 created before the KOBJ_ADD uevent is generated. The only way to realize
/linux/drivers/infiniband/ulp/rtrs/
A Drtrs-srv-sysfs.c191 kobject_uevent(&srv->dev.kobj, KOBJ_ADD); in rtrs_srv_create_once_sysfs_root_folders()
/linux/arch/sh/kernel/cpu/sh4/
A Dsq.c352 kobject_uevent(kobj, KOBJ_ADD); in sq_dev_add()
/linux/block/
A Dblk-mq-sysfs.c269 kobject_uevent(q->mq_kobj, KOBJ_ADD); in __blk_mq_register_dev()
A Dblk-sysfs.c882 kobject_uevent(&q->kobj, KOBJ_ADD); in blk_register_queue()
884 kobject_uevent(&q->elevator->kobj, KOBJ_ADD); in blk_register_queue()
/linux/fs/fscache/
A Dcache.c280 kobject_uevent(cache->kobj, KOBJ_ADD); in fscache_add_cache()
/linux/drivers/s390/cio/
A Deadm_sch.c249 kobject_uevent(&sch->dev.kobj, KOBJ_ADD); in eadm_subchannel_probe()
/linux/kernel/
A Dparams.c816 kobject_uevent(&mk->kobj, KOBJ_ADD); in kernel_add_sysfs_param()
878 kobject_uevent(&mk->kobj, KOBJ_ADD); in version_sysfs_builtin()

Completed in 34 milliseconds

123