Searched refs:KOBJ_REMOVE (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/lib/ |
D | kobject_uevent.c | 48 [KOBJ_REMOVE] = "remove", 277 else if (action == KOBJ_REMOVE) in kobject_uevent_env()
|
D | kobject.c | 617 kobject_uevent(kobj, KOBJ_REMOVE); in kobject_cleanup()
|
/linux-4.1.27/include/linux/ |
D | kobject.h | 55 KOBJ_REMOVE, enumerator
|
/linux-4.1.27/block/ |
D | blk-sysfs.c | 585 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_register_queue() 608 kobject_uevent(&q->kobj, KOBJ_REMOVE); in blk_unregister_queue()
|
D | blk-integrity.c | 478 kobject_uevent(&bi->kobj, KOBJ_REMOVE); in blk_integrity_unregister()
|
D | blk-mq-sysfs.c | 393 kobject_uevent(&q->mq_kobj, KOBJ_REMOVE); in blk_mq_unregister_disk()
|
D | elevator.c | 819 kobject_uevent(&e->kobj, KOBJ_REMOVE); in elv_unregister_queue()
|
/linux-4.1.27/net/bridge/ |
D | br_if.c | 263 kobject_uevent(&p->kobj, KOBJ_REMOVE); in del_nbp()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | CodingStyle | 122 case KOBJ_REMOVE:
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | udc-core.c | 389 kobject_uevent(&udc->dev.kobj, KOBJ_REMOVE); in usb_del_gadget_udc()
|
/linux-4.1.27/drivers/base/ |
D | core.c | 1107 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_add() 1229 kobject_uevent(&dev->kobj, KOBJ_REMOVE); in device_del()
|
/linux-4.1.27/Documentation/ |
D | kobject.txt | 177 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
|
D | CodingStyle | 108 case KOBJ_REMOVE:
|
/linux-4.1.27/drivers/md/ |
D | dm-ioctl.c | 870 if (!dm_kobject_uevent(md, KOBJ_REMOVE, param->event_nr)) in dev_remove()
|
/linux-4.1.27/mm/ |
D | slub.c | 5227 kobject_uevent(&s->kobj, KOBJ_REMOVE); in sysfs_slab_remove()
|
/linux-4.1.27/net/core/ |
D | dev.c | 7088 kobject_uevent(&dev->dev.kobj, KOBJ_REMOVE); in dev_change_net_namespace()
|