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.c166 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()
408 if (!async_file) in ib_uverbs_async_handler()
411 spin_lock_irqsave(&async_file->ev_queue.lock, flags); in ib_uverbs_async_handler()
412 if (async_file->ev_queue.is_closed) { in ib_uverbs_async_handler()
488 struct ib_uverbs_async_event_file *async_file) in ib_uverbs_init_async_event_file() argument
493 ib_uverbs_init_event_queue(&async_file->ev_queue); in ib_uverbs_init_async_event_file()
499 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 7 milliseconds