Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
A Duverbs_main.c155 if (!async_file) in ib_uverbs_release_uevent()
158 spin_lock_irq(&async_file->ev_queue.lock); in ib_uverbs_release_uevent()
163 spin_unlock_irq(&async_file->ev_queue.lock); in ib_uverbs_release_uevent()
164 uverbs_uobject_put(&async_file->uobj); in ib_uverbs_release_uevent()
401 if (!async_file) in ib_uverbs_async_handler()
404 spin_lock_irqsave(&async_file->ev_queue.lock, flags); in ib_uverbs_async_handler()
405 if (async_file->ev_queue.is_closed) { in ib_uverbs_async_handler()
481 struct ib_uverbs_async_event_file *async_file) in ib_uverbs_init_async_event_file() argument
486 ib_uverbs_init_event_queue(&async_file->ev_queue); in ib_uverbs_init_async_event_file()
492 uverbs_uobject_get(&async_file->uobj); in ib_uverbs_init_async_event_file()
[all …]
A Duverbs.h232 void ib_uverbs_async_handler(struct ib_uverbs_async_event_file *async_file,

Completed in 8 milliseconds