Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dkobject_uevent.c48 [KOBJ_REMOVE] = "remove",
277 else if (action == KOBJ_REMOVE) in kobject_uevent_env()
Dkobject.c617 kobject_uevent(kobj, KOBJ_REMOVE); in kobject_cleanup()
/linux-4.1.27/include/linux/
Dkobject.h55 KOBJ_REMOVE, enumerator
/linux-4.1.27/block/
Dblk-sysfs.c585 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_register_queue()
608 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_unregister_queue()
Dblk-integrity.c478 kobject_uevent(&bi->kobj, KOBJ_REMOVE); in blk_integrity_unregister()
Dblk-mq-sysfs.c393 kobject_uevent(&q->mq_kobj, KOBJ_REMOVE); in blk_mq_unregister_disk()
Delevator.c819 kobject_uevent(&e->kobj, KOBJ_REMOVE); in elv_unregister_queue()
/linux-4.1.27/net/bridge/
Dbr_if.c263 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
/linux-4.1.27/Documentation/zh_CN/
DCodingStyle122 case KOBJ_REMOVE:
/linux-4.1.27/drivers/usb/gadget/udc/
Dudc-core.c389 kobject_uevent(&udc->dev.kobj, KOBJ_REMOVE); in usb_del_gadget_udc()
/linux-4.1.27/drivers/base/
Dcore.c1107 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_add()
1229 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_del()
/linux-4.1.27/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.1.27/drivers/md/
Ddm-ioctl.c870 if (!dm_kobject_uevent(md, KOBJ_REMOVE, param->event_nr)) in dev_remove()
/linux-4.1.27/mm/
Dslub.c5227 kobject_uevent(&s->kobj, KOBJ_REMOVE); in sysfs_slab_remove()
/linux-4.1.27/net/core/
Ddev.c7088 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); in dev_change_net_namespace()