Home
last modified time | relevance | path

Searched refs:async_file (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c198 spin_lock_irq(&file->async_file->lock); in ib_uverbs_release_ucq()
203 spin_unlock_irq(&file->async_file->lock); in ib_uverbs_release_ucq()
211 spin_lock_irq(&file->async_file->lock); in ib_uverbs_release_uevent()
216 spin_unlock_irq(&file->async_file->lock); in ib_uverbs_release_uevent()
549 if (file->async_file->is_closed) { in ib_uverbs_async_handler()
635 file->async_file = NULL; in ib_uverbs_free_async_event_file()
675 WARN_ON(uverbs_file->async_file); in ib_uverbs_alloc_event_file()
676 uverbs_file->async_file = ev_file; in ib_uverbs_alloc_event_file()
694 uverbs_file->async_file = NULL; in ib_uverbs_alloc_event_file()
975 file->async_file = NULL; in ib_uverbs_open()
[all …]
H A Duverbs.h130 struct ib_uverbs_event_file *async_file; member