Home
last modified time | relevance | path

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

/Linux-v5.10/net/batman-adv/
Dsysfs.c833 kobject_uevent(bat_priv->mesh_obj, KOBJ_REMOVE); in batadv_sysfs_add_meshif()
853 kobject_uevent(bat_priv->mesh_obj, KOBJ_REMOVE); in batadv_sysfs_del_meshif()
911 kobject_uevent(vlan->kobj, KOBJ_REMOVE); in batadv_sysfs_add_vlan()
934 kobject_uevent(vlan->kobj, KOBJ_REMOVE); in batadv_sysfs_del_vlan()
1268 kobject_uevent(*hardif_obj, KOBJ_REMOVE); in batadv_sysfs_del_hardif()
/Linux-v5.10/block/
Dblk-mq-sysfs.c273 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in blk_mq_unregister_dev()
341 kobject_uevent(q->mq_kobj, KOBJ_REMOVE); in __blk_mq_register_dev()
Dblk-integrity.c445 kobject_uevent(&disk->integrity_kobj, KOBJ_REMOVE); in blk_integrity_del()
Delevator.c514 kobject_uevent(&e->kobj, KOBJ_REMOVE); in elv_unregister_queue()
Dblk-sysfs.c962 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_unregister_queue()
/Linux-v5.10/fs/nfs/
Dsysfs.c186 kobject_uevent(&clp->kobject, KOBJ_REMOVE); in nfs_netns_sysfs_destroy()
/Linux-v5.10/include/linux/
Dkobject.h55 KOBJ_REMOVE, enumerator
/Linux-v5.10/lib/
Dkobject_uevent.c53 [KOBJ_REMOVE] = "remove",
473 if (action == KOBJ_REMOVE) in kobject_uevent_env()
Dkobject.c617 kobject_uevent(kobj, KOBJ_REMOVE); in __kobject_del()
/Linux-v5.10/drivers/acpi/
Dglue.c369 case KOBJ_REMOVE: in acpi_platform_notify()
/Linux-v5.10/drivers/base/
Dcore.c1632 else if (platform_notify_remove && action == KOBJ_REMOVE) in device_platform_notify()
2972 device_platform_notify(dev, KOBJ_REMOVE); in device_add()
2974 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_add()
3118 device_platform_notify(dev, KOBJ_REMOVE); in device_del()
3125 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_del()
Dswnode.c877 case KOBJ_REMOVE: in software_node_notify()
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dcoding-style.rst118 case KOBJ_REMOVE:
/Linux-v5.10/net/bridge/
Dbr_if.c360 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
/Linux-v5.10/drivers/lightnvm/
Dpblk-sysfs.c725 kobject_uevent(&pblk->kobj, KOBJ_REMOVE); in pblk_sysfs_exit()
/Linux-v5.10/Documentation/core-api/
Dkobject.rst181 below), the uevent for **KOBJ_REMOVE** will be automatically created by the
414 sent for the object, a corresponding ``KOBJ_REMOVE`` uevent will be sent, and
/Linux-v5.10/drivers/usb/gadget/udc/
Dcore.c1378 kobject_uevent(&udc->dev.kobj, KOBJ_REMOVE); in usb_del_gadget()
/Linux-v5.10/drivers/md/
Ddm-ioctl.c907 if (!dm_kobject_uevent(md, KOBJ_REMOVE, param->event_nr)) in dev_remove()
/Linux-v5.10/drivers/infiniband/core/
Ddevice.c1589 kobject_uevent(&device->dev.kobj, KOBJ_REMOVE); in rdma_dev_change_netns()
/Linux-v5.10/Documentation/translations/it_IT/process/
Dcoding-style.rst131 case KOBJ_REMOVE:
/Linux-v5.10/Documentation/process/
Dcoding-style.rst126 case KOBJ_REMOVE:
/Linux-v5.10/net/core/
Ddev.c10757 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); in dev_change_net_namespace()