Home
last modified time | relevance | path

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

123

/linux-6.15/fs/orangefs/
H A Dorangefs-sysfs.c1193 kobject_uevent(orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1210 kobject_uevent(acache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1227 kobject_uevent(capcache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1244 kobject_uevent(ccache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1261 kobject_uevent(ncache_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1278 kobject_uevent(pc_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
1295 kobject_uevent(stats_orangefs_obj, KOBJ_ADD); in orangefs_sysfs_init()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dkobject.rst157 当kobject第一次被添加到内核时,使用 *KOBJ_ADD* 动作。这应该在该kobject的任
359 心会自动清理这个kobject分配的所有内存。如果为这个对象发送了 ``KOBJ_ADD``
/linux-6.15/drivers/edac/
H A Dedac_device_sysfs.c266 kobject_uevent(&edac_dev->kobj, KOBJ_ADD); in edac_device_register_sysfs_main_kobj()
549 kobject_uevent(&block->kobj, KOBJ_ADD); in edac_device_create_block()
644 kobject_uevent(&instance->kobj, KOBJ_ADD); in edac_device_create_instance()
H A Dedac_pci_sysfs.c183 kobject_uevent(&pci->kobj, KOBJ_ADD); in edac_pci_create_instance_kobj()
388 kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD); in edac_pci_main_kobj_setup()
/linux-6.15/drivers/acpi/
H A Dsysfs.c549 kobject_uevent(tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
550 kobject_uevent(tables_data_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
551 kobject_uevent(dynamic_tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
993 kobject_uevent(&hotplug->kobj, KOBJ_ADD); in acpi_sysfs_add_hotplug_profile()
/linux-6.15/drivers/base/firmware_loader/
H A Dfallback.c105 kobject_uevent(&fw_sysfs->dev.kobj, KOBJ_ADD); in fw_load_sysfs_fallback()
/linux-6.15/drivers/cpuidle/
H A Dsysfs.c503 kobject_uevent(&kobj->kobj, KOBJ_ADD); in cpuidle_add_state_sysfs()
636 kobject_uevent(&kdrv->kobj, KOBJ_ADD); in cpuidle_add_driver_sysfs()
731 kobject_uevent(&kdev->kobj, KOBJ_ADD); in cpuidle_add_sysfs()
/linux-6.15/include/linux/
H A Dkobject.h54 KOBJ_ADD, enumerator
/linux-6.15/drivers/base/
H A Ddriver.c257 kobject_uevent(&drv->p->kobj, KOBJ_ADD); in driver_register()
H A Ddevcoredump.c403 kobject_uevent(&devcd->devcd_dev.kobj, KOBJ_ADD); in dev_coredumpm_timeout()
/linux-6.15/net/sunrpc/
H A Dsysfs.c739 kobject_uevent(&rpc_client->kobject, KOBJ_ADD); in rpc_sysfs_client_setup()
766 kobject_uevent(&rpc_xprt_switch->kobject, KOBJ_ADD); in rpc_sysfs_xprt_switch_setup()
788 kobject_uevent(&rpc_xprt->kobject, KOBJ_ADD); in rpc_sysfs_xprt_setup()
/linux-6.15/samples/kobject/
H A Dkset-example.c231 kobject_uevent(&foo->kobj, KOBJ_ADD); in create_foo_obj()
/linux-6.15/drivers/platform/x86/
H A Duv_sysfs.c268 kobject_uevent(&uv_hubs[i]->kobj, KOBJ_ADD); in uv_hubs_init()
412 kobject_uevent(&uv_hubs[j]->ports[k]->kobj, KOBJ_ADD); in uv_ports_init()
642 kobject_uevent(&top_obj->kobj, KOBJ_ADD); in init_pci_top_obj()
/linux-6.15/drivers/staging/greybus/
H A Daudio_manager_module.c181 kobject_uevent_env(&module->kobj, KOBJ_ADD, envp); in send_add_uevent()
/linux-6.15/arch/powerpc/kernel/
H A Dsecvar-sysfs.c180 kobject_uevent(kobj, KOBJ_ADD); in add_var()
/linux-6.15/lib/
H A Dkobject_uevent.c51 [KOBJ_ADD] = "add",
583 case KOBJ_ADD: in kobject_uevent_env()
/linux-6.15/block/
H A Dblk-mq-sysfs.c230 kobject_uevent(q->mq_kobj, KOBJ_ADD); in blk_mq_sysfs_register()
H A Dblk-sysfs.c886 kobject_uevent(&disk->queue_kobj, KOBJ_ADD); in blk_register_queue()
888 kobject_uevent(&q->elevator->kobj, KOBJ_ADD); in blk_register_queue()
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dopal-elog.c249 kobject_uevent(&elog->kobj, KOBJ_ADD); in create_elog_obj()
H A Dopal-dump.c375 kobject_uevent(&dump->kobj, KOBJ_ADD); in create_dump_obj()
/linux-6.15/Documentation/driver-api/driver-model/
H A Ddevice.rst57 created before the KOBJ_ADD uevent is generated. The only way to realize
/linux-6.15/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-sysfs.c192 kobject_uevent(&srv->dev.kobj, KOBJ_ADD); in rtrs_srv_create_once_sysfs_root_folders()
/linux-6.15/arch/sh/kernel/cpu/sh4/
H A Dsq.c353 kobject_uevent(kobj, KOBJ_ADD); in sq_dev_add()
/linux-6.15/crypto/
H A Dpcrypt.c322 kobject_uevent(&pinst->kobj, KOBJ_ADD); in pcrypt_sysfs_add()
/linux-6.15/kernel/
H A Dparams.c815 kobject_uevent(&mk->kobj, KOBJ_ADD); in kernel_add_sysfs_param()
877 kobject_uevent(&mk->kobj, KOBJ_ADD); in version_sysfs_builtin()

123