Searched refs:async_file (Results 1 – 2 of 2) sorted by relevance
150 struct ib_uverbs_async_event_file *async_file = in ib_uverbs_release_uevent() local151 READ_ONCE(uobj->uobject.ufile->async_file); in ib_uverbs_release_uevent()154 if (!async_file) in ib_uverbs_release_uevent()157 spin_lock_irq(&async_file->ev_queue.lock); in ib_uverbs_release_uevent()162 spin_unlock_irq(&async_file->ev_queue.lock); in ib_uverbs_release_uevent()201 if (file->async_file) in ib_uverbs_release_file()202 uverbs_uobject_put(&file->async_file->uobj); in ib_uverbs_release_file()389 ib_uverbs_async_handler(struct ib_uverbs_async_event_file *async_file, in ib_uverbs_async_handler() argument396 if (!async_file) in ib_uverbs_async_handler()399 spin_lock_irqsave(&async_file->ev_queue.lock, flags); in ib_uverbs_async_handler()[all …]
149 struct ib_uverbs_async_event_file *async_file; member