Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/fs/orangefs/
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.3-rc2/Documentation/translations/zh_CN/core-api/
A Dkobject.rst157 当kobject第一次被添加到内核时,使用 *KOBJ_ADD* 动作。这应该在该kobject的任
359 心会自动清理这个kobject分配的所有内存。如果为这个对象发送了 ``KOBJ_ADD``
/linux-6.3-rc2/drivers/edac/
A Dedac_device_sysfs.c264 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.c183 kobject_uevent(&pci->kobj, KOBJ_ADD); in edac_pci_create_instance_kobj()
384 kobject_uevent(edac_pci_top_main_kobj, KOBJ_ADD); in edac_pci_main_kobj_setup()
/linux-6.3-rc2/arch/ia64/kernel/
A Dtopology.c375 kobject_uevent(&(this_object->kobj), KOBJ_ADD); in cache_add_dev()
377 kobject_uevent(&all_cpu_cache_info[cpu].kobj, KOBJ_ADD); in cache_add_dev()
/linux-6.3-rc2/drivers/acpi/
A Dsysfs.c532 kobject_uevent(tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
533 kobject_uevent(tables_data_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
534 kobject_uevent(dynamic_tables_kobj, KOBJ_ADD); in acpi_tables_sysfs_init()
976 kobject_uevent(&hotplug->kobj, KOBJ_ADD); in acpi_sysfs_add_hotplug_profile()
/linux-6.3-rc2/drivers/cpuidle/
A Dsysfs.c496 kobject_uevent(&kobj->kobj, KOBJ_ADD); in cpuidle_add_state_sysfs()
629 kobject_uevent(&kdrv->kobj, KOBJ_ADD); in cpuidle_add_driver_sysfs()
724 kobject_uevent(&kdev->kobj, KOBJ_ADD); in cpuidle_add_sysfs()
/linux-6.3-rc2/net/sunrpc/
A Dsysfs.c536 kobject_uevent(&rpc_client->kobject, KOBJ_ADD); in rpc_sysfs_client_setup()
563 kobject_uevent(&rpc_xprt_switch->kobject, KOBJ_ADD); in rpc_sysfs_xprt_switch_setup()
585 kobject_uevent(&rpc_xprt->kobject, KOBJ_ADD); in rpc_sysfs_xprt_setup()
/linux-6.3-rc2/drivers/base/firmware_loader/
A Dfallback.c101 kobject_uevent(&fw_sysfs->dev.kobj, KOBJ_ADD); in fw_load_sysfs_fallback()
/linux-6.3-rc2/fs/nfs/
A Dsysfs.c178 kobject_uevent(&clp->kobject, KOBJ_ADD); in nfs_netns_sysfs_setup()
/linux-6.3-rc2/drivers/base/
A Ddriver.c254 kobject_uevent(&drv->p->kobj, KOBJ_ADD); in driver_register()
/linux-6.3-rc2/include/linux/
A Dkobject.h54 KOBJ_ADD, enumerator
/linux-6.3-rc2/samples/kobject/
A Dkset-example.c231 kobject_uevent(&foo->kobj, KOBJ_ADD); in create_foo_obj()
/linux-6.3-rc2/drivers/platform/x86/
A Duv_sysfs.c267 kobject_uevent(&uv_hubs[i]->kobj, KOBJ_ADD); in uv_hubs_init()
411 kobject_uevent(&uv_hubs[j]->ports[k]->kobj, KOBJ_ADD); in uv_ports_init()
641 kobject_uevent(&top_obj->kobj, KOBJ_ADD); in init_pci_top_obj()
/linux-6.3-rc2/drivers/staging/greybus/
A Daudio_manager_module.c181 kobject_uevent_env(&module->kobj, KOBJ_ADD, envp); in send_add_uevent()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dsecvar-sysfs.c180 kobject_uevent(kobj, KOBJ_ADD); in add_var()
/linux-6.3-rc2/lib/
A Dkobject_uevent.c52 [KOBJ_ADD] = "add",
567 case KOBJ_ADD: in kobject_uevent_env()
/linux-6.3-rc2/block/
A Dblk-mq-sysfs.c234 kobject_uevent(q->mq_kobj, KOBJ_ADD); in blk_mq_sysfs_register()
A Dblk-sysfs.c834 kobject_uevent(&disk->queue_kobj, KOBJ_ADD); in blk_register_queue()
836 kobject_uevent(&q->elevator->kobj, KOBJ_ADD); in blk_register_queue()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dopal-elog.c249 kobject_uevent(&elog->kobj, KOBJ_ADD); in create_elog_obj()
A Dopal-dump.c375 kobject_uevent(&dump->kobj, KOBJ_ADD); in create_dump_obj()
/linux-6.3-rc2/Documentation/driver-api/driver-model/
A Ddevice.rst57 created before the KOBJ_ADD uevent is generated. The only way to realize
/linux-6.3-rc2/drivers/infiniband/ulp/rtrs/
A Drtrs-srv-sysfs.c192 kobject_uevent(&srv->dev.kobj, KOBJ_ADD); in rtrs_srv_create_once_sysfs_root_folders()
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4/
A Dsq.c353 kobject_uevent(kobj, KOBJ_ADD); in sq_dev_add()
/linux-6.3-rc2/crypto/
A Dpcrypt.c314 kobject_uevent(&pinst->kobj, KOBJ_ADD); in pcrypt_sysfs_add()

Completed in 37 milliseconds

123