Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Duverbs_main.c176 spin_lock_irq(&file->async_file->lock); in ib_uverbs_release_ucq()
181 spin_unlock_irq(&file->async_file->lock); in ib_uverbs_release_ucq()
189 spin_lock_irq(&file->async_file->lock); in ib_uverbs_release_uevent()
194 spin_unlock_irq(&file->async_file->lock); in ib_uverbs_release_uevent()
508 spin_lock_irqsave(&file->async_file->lock, flags); in ib_uverbs_async_handler()
509 if (file->async_file->is_closed) { in ib_uverbs_async_handler()
510 spin_unlock_irqrestore(&file->async_file->lock, flags); in ib_uverbs_async_handler()
516 spin_unlock_irqrestore(&file->async_file->lock, flags); in ib_uverbs_async_handler()
525 list_add_tail(&entry->list, &file->async_file->event_list); in ib_uverbs_async_handler()
528 spin_unlock_irqrestore(&file->async_file->lock, flags); in ib_uverbs_async_handler()
[all …]
Duverbs.h122 struct ib_uverbs_event_file *async_file; member