Home
last modified time | relevance | path

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

/Linux-v4.19/net/batman-adv/
Dsysfs.c785 kobject_uevent(bat_priv->mesh_obj, KOBJ_REMOVE); in batadv_sysfs_add_meshif()
805 kobject_uevent(bat_priv->mesh_obj, KOBJ_REMOVE); in batadv_sysfs_del_meshif()
863 kobject_uevent(vlan->kobj, KOBJ_REMOVE); in batadv_sysfs_add_vlan()
886 kobject_uevent(vlan->kobj, KOBJ_REMOVE); in batadv_sysfs_del_vlan()
1203 kobject_uevent(*hardif_obj, KOBJ_REMOVE); in batadv_sysfs_del_hardif()
/Linux-v4.19/block/
Dblk-mq-sysfs.c261 kobject_uevent(&q->mq_kobj, KOBJ_REMOVE); in blk_mq_unregister_dev()
327 kobject_uevent(&q->mq_kobj, KOBJ_REMOVE); in __blk_mq_register_dev()
Dblk-integrity.c450 kobject_uevent(&disk->integrity_kobj, KOBJ_REMOVE); in blk_integrity_del()
Dblk-sysfs.c944 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_register_queue()
993 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_unregister_queue()
Delevator.c868 kobject_uevent(&e->kobj, KOBJ_REMOVE); in elv_unregister_queue()
/Linux-v4.19/include/linux/
Dkobject.h55 KOBJ_REMOVE, enumerator
/Linux-v4.19/lib/
Dkobject_uevent.c53 [KOBJ_REMOVE] = "remove",
568 case KOBJ_REMOVE: in kobject_uevent_env()
Dkobject.c649 kobject_uevent(kobj, KOBJ_REMOVE); in kobject_cleanup()
/Linux-v4.19/net/bridge/
Dbr_if.c362 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
/Linux-v4.19/Documentation/translations/zh_CN/
Dcoding-style.rst131 case KOBJ_REMOVE:
/Linux-v4.19/drivers/lightnvm/
Dpblk-sysfs.c712 kobject_uevent(&pblk->kobj, KOBJ_REMOVE); in pblk_sysfs_exit()
/Linux-v4.19/Documentation/
Dkobject.txt181 below), the uevent for KOBJ_REMOVE will be automatically created by the
408 sent for the object, a corresponding KOBJ_REMOVE uevent will be sent, and
/Linux-v4.19/drivers/usb/gadget/udc/
Dcore.c1320 kobject_uevent(&udc->dev.kobj, KOBJ_REMOVE); in usb_del_gadget_udc()
/Linux-v4.19/drivers/base/
Dcore.c1963 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_add()
2091 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_del()
/Linux-v4.19/drivers/md/
Ddm-ioctl.c882 if (!dm_kobject_uevent(md, KOBJ_REMOVE, param->event_nr)) in dev_remove()
/Linux-v4.19/Documentation/process/
Dcoding-style.rst121 case KOBJ_REMOVE:
/Linux-v4.19/mm/
Dslub.c5667 kobject_uevent(&s->kobj, KOBJ_REMOVE); in sysfs_slab_remove_workfn()
/Linux-v4.19/net/core/
Ddev.c9197 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); in dev_change_net_namespace()