Home
last modified time | relevance | path

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

/drivers/infiniband/core/
A Duverbs_main.c168 if (!async_file) in ib_uverbs_release_uevent()
171 spin_lock_irq(&async_file->ev_queue.lock); in ib_uverbs_release_uevent()
176 spin_unlock_irq(&async_file->ev_queue.lock); in ib_uverbs_release_uevent()
177 uverbs_uobject_put(&async_file->uobj); in ib_uverbs_release_uevent()
411 if (!async_file) in ib_uverbs_async_handler()
414 spin_lock_irqsave(&async_file->ev_queue.lock, flags); in ib_uverbs_async_handler()
415 if (async_file->ev_queue.is_closed) { in ib_uverbs_async_handler()
491 struct ib_uverbs_async_event_file *async_file) in ib_uverbs_init_async_event_file() argument
496 ib_uverbs_init_event_queue(&async_file->ev_queue); in ib_uverbs_init_async_event_file()
502 uverbs_uobject_get(&async_file->uobj); in ib_uverbs_init_async_event_file()
[all …]
A Duverbs.h203 void ib_uverbs_async_handler(struct ib_uverbs_async_event_file *async_file,

Completed in 7 milliseconds