Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dkobject_uevent.c48 [KOBJ_REMOVE] = "remove",
277 else if (action == KOBJ_REMOVE) in kobject_uevent_env()
Dkobject.c632 kobject_uevent(kobj, KOBJ_REMOVE); in kobject_cleanup()
/linux-4.4.14/include/linux/
Dkobject.h55 KOBJ_REMOVE, enumerator
/linux-4.4.14/block/
Dblk-sysfs.c665 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_register_queue()
688 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_unregister_queue()
Dblk-integrity.c464 kobject_uevent(&disk->integrity_kobj, KOBJ_REMOVE); in blk_integrity_del()
Dblk-mq-sysfs.c401 kobject_uevent(&q->mq_kobj, KOBJ_REMOVE); in blk_mq_unregister_disk()
Delevator.c821 kobject_uevent(&e->kobj, KOBJ_REMOVE); in elv_unregister_queue()
/linux-4.4.14/net/bridge/
Dbr_if.c266 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle122 case KOBJ_REMOVE:
/linux-4.4.14/drivers/usb/gadget/udc/
Dudc-core.c481 kobject_uevent(&udc->dev.kobj, KOBJ_REMOVE); in usb_del_gadget_udc()
/linux-4.4.14/drivers/base/
Dcore.c1156 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_add()
1278 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_del()
/linux-4.4.14/Documentation/
Dkobject.txt177 below), the uevent for KOBJ_REMOVE will be automatically created by the
394 sent for the object, a corresponding KOBJ_REMOVE uevent will be sent, and
DCodingStyle108 case KOBJ_REMOVE:
/linux-4.4.14/drivers/md/
Ddm-ioctl.c870 if (!dm_kobject_uevent(md, KOBJ_REMOVE, param->event_nr)) in dev_remove()
/linux-4.4.14/mm/
Dslub.c5440 kobject_uevent(&s->kobj, KOBJ_REMOVE); in sysfs_slab_remove()
/linux-4.4.14/net/core/
Ddev.c7375 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); in dev_change_net_namespace()