Searched refs:async_file (Results 1 – 2 of 2) sorted by relevance
153 spin_lock_irq(&file->async_file->ev_queue.lock); in ib_uverbs_release_ucq()158 spin_unlock_irq(&file->async_file->ev_queue.lock); in ib_uverbs_release_ucq()166 spin_lock_irq(&file->async_file->ev_queue.lock); in ib_uverbs_release_uevent()171 spin_unlock_irq(&file->async_file->ev_queue.lock); in ib_uverbs_release_uevent()210 if (file->async_file) in ib_uverbs_release_file()211 kref_put(&file->async_file->ref, in ib_uverbs_release_file()462 spin_lock_irqsave(&file->async_file->ev_queue.lock, flags); in ib_uverbs_async_handler()463 if (file->async_file->ev_queue.is_closed) { in ib_uverbs_async_handler()464 spin_unlock_irqrestore(&file->async_file->ev_queue.lock, flags); in ib_uverbs_async_handler()470 spin_unlock_irqrestore(&file->async_file->ev_queue.lock, flags); in ib_uverbs_async_handler()[all …]
148 struct ib_uverbs_async_event_file *async_file; member