Searched refs:unregistration_work (Results 1 – 2 of 2) sorted by relevance
636 INIT_WORK(&device->unregistration_work, ib_unregister_work); in _ib_alloc_device()1665 container_of(work, struct ib_device, unregistration_work); in ib_unregister_work()1687 if (!queue_work(ib_unreg_wq, &ib_dev->unregistration_work)) in ib_unregister_device_queued()
2859 struct work_struct unregistration_work; member