Home
last modified time | relevance | path

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

/Linux-v6.6/block/
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()
Delevator.c495 kobject_uevent(&e->kobj, KOBJ_REMOVE); in elv_unregister_queue()
Dblk-sysfs.c907 kobject_uevent(&disk->queue_kobj, KOBJ_REMOVE); in blk_unregister_queue()
/Linux-v6.6/Documentation/translations/zh_CN/core-api/
Dkobject.rst161 当kobject从内核中移除时(关于如何做的细节在下面), **KOBJ_REMOVE** 的uevent
360 uevent,那么相应的 ``KOBJ_REMOVE`` uevent也将被发送,任何其他的
/Linux-v6.6/net/sunrpc/
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()
/Linux-v6.6/include/linux/
Dkobject.h55 KOBJ_REMOVE, enumerator
/Linux-v6.6/lib/
Dkobject_uevent.c53 [KOBJ_REMOVE] = "remove",
474 if (action == KOBJ_REMOVE) in kobject_uevent_env()
Dkobject.c598 kobject_uevent(kobj, KOBJ_REMOVE); in __kobject_del()
/Linux-v6.6/fs/nfs/
Dsysfs.c211 kobject_uevent(&clp->kobject, KOBJ_REMOVE); in nfs_netns_sysfs_destroy()
/Linux-v6.6/net/bridge/
Dbr_if.c371 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
/Linux-v6.6/Documentation/translations/zh_TW/process/
Dcoding-style.rst121 case KOBJ_REMOVE:
/Linux-v6.6/Documentation/translations/zh_CN/process/
Dcoding-style.rst141 case KOBJ_REMOVE:
/Linux-v6.6/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-v6.6/drivers/usb/gadget/udc/
Dcore.c1531 kobject_uevent(&udc->dev.kobj, KOBJ_REMOVE); in usb_del_gadget()
/Linux-v6.6/drivers/base/
Dcore.c3671 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_add()
3831 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_del()
/Linux-v6.6/drivers/md/
Ddm-ioctl.c1023 if (!dm_kobject_uevent(md, KOBJ_REMOVE, param->event_nr, false)) in dev_remove()
/Linux-v6.6/drivers/infiniband/core/
Ddevice.c1635 kobject_uevent(&device->dev.kobj, KOBJ_REMOVE); in rdma_dev_change_netns()
/Linux-v6.6/Documentation/translations/it_IT/process/
Dcoding-style.rst154 case KOBJ_REMOVE:
/Linux-v6.6/Documentation/process/
Dcoding-style.rst143 case KOBJ_REMOVE:
/Linux-v6.6/Documentation/translations/sp_SP/process/
Dcoding-style.rst152 case KOBJ_REMOVE:
/Linux-v6.6/net/core/
Ddev.c11156 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); in __dev_change_net_namespace()