Searched refs:async_file (Results 1 – 2 of 2) sorted by relevance
163 struct ib_uverbs_async_event_file *async_file = uobj->event_file; in ib_uverbs_release_uevent() local166 if (!async_file) in ib_uverbs_release_uevent()169 spin_lock_irq(&async_file->ev_queue.lock); in ib_uverbs_release_uevent()174 spin_unlock_irq(&async_file->ev_queue.lock); in ib_uverbs_release_uevent()175 uverbs_uobject_put(&async_file->uobj); in ib_uverbs_release_uevent()403 void ib_uverbs_async_handler(struct ib_uverbs_async_event_file *async_file, in ib_uverbs_async_handler() argument410 if (!async_file) in ib_uverbs_async_handler()413 spin_lock_irqsave(&async_file->ev_queue.lock, flags); in ib_uverbs_async_handler()414 if (async_file->ev_queue.is_closed) { in ib_uverbs_async_handler()415 spin_unlock_irqrestore(&async_file->ev_queue.lock, flags); in ib_uverbs_async_handler()[all …]
232 void ib_uverbs_async_handler(struct ib_uverbs_async_event_file *async_file,