Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dblk-mq-sysfs.c277 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in blk_mq_sysfs_register()
293 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in blk_mq_sysfs_unregister()
Dblk-integrity.c454 kobject_uevent(&disk->integrity_kobj, KOBJ_REMOVE); in blk_integrity_del()
Delevator.c529 kobject_uevent(&e->kobj, KOBJ_REMOVE); in elv_unregister_queue()
Dblk-sysfs.c926 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_unregister_queue()
/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dkobject.rst161 当kobject从内核中移除时(关于如何做的细节在下面), **KOBJ_REMOVE** 的uevent
360 uevent,那么相应的 ``KOBJ_REMOVE`` uevent也将被发送,任何其他的
/linux-6.1.9/net/sunrpc/
Dsysfs.c597 kobject_uevent(&rpc_client->kobject, KOBJ_REMOVE); in rpc_sysfs_client_destroy()
609 kobject_uevent(&rpc_xprt_switch->kobject, KOBJ_REMOVE); in rpc_sysfs_xprt_switch_destroy()
621 kobject_uevent(&rpc_xprt->kobject, KOBJ_REMOVE); in rpc_sysfs_xprt_destroy()
/linux-6.1.9/fs/nfs/
Dsysfs.c187 kobject_uevent(&clp->kobject, KOBJ_REMOVE); in nfs_netns_sysfs_destroy()
/linux-6.1.9/include/linux/
Dkobject.h55 KOBJ_REMOVE, enumerator
/linux-6.1.9/lib/
Dkobject_uevent.c53 [KOBJ_REMOVE] = "remove",
474 if (action == KOBJ_REMOVE) in kobject_uevent_env()
Dkobject.c585 kobject_uevent(kobj, KOBJ_REMOVE); in __kobject_del()
/linux-6.1.9/net/bridge/
Dbr_if.c370 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
/linux-6.1.9/Documentation/translations/zh_TW/process/
Dcoding-style.rst121 case KOBJ_REMOVE:
/linux-6.1.9/Documentation/translations/zh_CN/process/
Dcoding-style.rst141 case KOBJ_REMOVE:
/linux-6.1.9/Documentation/core-api/
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
/linux-6.1.9/drivers/usb/gadget/udc/
Dcore.c1431 kobject_uevent(&udc->dev.kobj, KOBJ_REMOVE); in usb_del_gadget()
/linux-6.1.9/drivers/base/
Dcore.c3563 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_add()
3713 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_del()
/linux-6.1.9/drivers/md/
Ddm-ioctl.c998 if (!dm_kobject_uevent(md, KOBJ_REMOVE, param->event_nr)) in dev_remove()
/linux-6.1.9/drivers/infiniband/core/
Ddevice.c1635 kobject_uevent(&device->dev.kobj, KOBJ_REMOVE); in rdma_dev_change_netns()
/linux-6.1.9/Documentation/translations/it_IT/process/
Dcoding-style.rst154 case KOBJ_REMOVE:
/linux-6.1.9/Documentation/process/
Dcoding-style.rst143 case KOBJ_REMOVE:
/linux-6.1.9/net/core/
Ddev.c11003 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); in __dev_change_net_namespace()