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