Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-mq-sysfs.c251 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in blk_mq_sysfs_register()
267 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in blk_mq_sysfs_unregister()
H A Delevator.c495 kobject_uevent(&e->kobj, KOBJ_REMOVE); in elv_unregister_queue()
H A Dblk-sysfs.c907 kobject_uevent(&disk->queue_kobj, KOBJ_REMOVE); in blk_unregister_queue()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dkobject.rst161 当kobject从内核中移除时(关于如何做的细节在下面), **KOBJ_REMOVE** 的uevent
360 uevent,那么相应的 ``KOBJ_REMOVE`` uevent也将被发送,任何其他的
/openbmc/linux/net/sunrpc/
H A Dsysfs.c598 kobject_uevent(&rpc_client->kobject, KOBJ_REMOVE); in rpc_sysfs_client_destroy()
610 kobject_uevent(&rpc_xprt_switch->kobject, KOBJ_REMOVE); in rpc_sysfs_xprt_switch_destroy()
622 kobject_uevent(&rpc_xprt->kobject, KOBJ_REMOVE); in rpc_sysfs_xprt_destroy()
/openbmc/linux/include/linux/
H A Dkobject.h55 KOBJ_REMOVE, enumerator
/openbmc/linux/lib/
H A Dkobject_uevent.c53 [KOBJ_REMOVE] = "remove",
489 if (action == KOBJ_REMOVE) in kobject_uevent_env()
H A Dkobject.c601 kobject_uevent(kobj, KOBJ_REMOVE); in __kobject_del()
/openbmc/linux/fs/nfs/
H A Dsysfs.c211 kobject_uevent(&clp->kobject, KOBJ_REMOVE); in nfs_netns_sysfs_destroy()
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst121 case KOBJ_REMOVE:
/openbmc/linux/net/bridge/
H A Dbr_if.c371 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst141 case KOBJ_REMOVE:
/openbmc/linux/Documentation/core-api/
H A Dkobject.rst181 below), the uevent for **KOBJ_REMOVE** will be automatically created by the
412 sent for the object, a corresponding ``KOBJ_REMOVE`` uevent will be sent, and
/openbmc/linux/drivers/usb/gadget/udc/
H A Dcore.c1531 kobject_uevent(&udc->dev.kobj, KOBJ_REMOVE); in usb_del_gadget()
/openbmc/linux/drivers/base/
H A Dcore.c3696 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_add()
3856 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_del()
/openbmc/linux/drivers/md/
H A Ddm-ioctl.c1023 if (!dm_kobject_uevent(md, KOBJ_REMOVE, param->event_nr, false)) in dev_remove()
/openbmc/linux/drivers/infiniband/core/
H A Ddevice.c1635 kobject_uevent(&device->dev.kobj, KOBJ_REMOVE); in rdma_dev_change_netns()
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dcoding-style.rst154 case KOBJ_REMOVE:
/openbmc/linux/Documentation/process/
H A Dcoding-style.rst143 case KOBJ_REMOVE:
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dcoding-style.rst152 case KOBJ_REMOVE:
/openbmc/linux/net/core/
H A Ddev.c11226 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); in __dev_change_net_namespace()