Searched refs:unregistration_work (Results 1 – 2 of 2) sorted by relevance
601 INIT_WORK(&device->unregistration_work, ib_unregister_work); in _ib_alloc_device()1527 container_of(work, struct ib_device, unregistration_work); in ib_unregister_work()1549 if (!queue_work(system_unbound_wq, &ib_dev->unregistration_work)) in ib_unregister_device_queued()
2703 struct work_struct unregistration_work; member