Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/infiniband/core/
Duverbs.h276 struct ib_uverbs_async_event_file *async_ev_file; in ib_uverbs_get_async_event() local
280 async_ev_file = READ_ONCE(attrs->ufile->default_async_file); in ib_uverbs_get_async_event()
282 async_ev_file = container_of(async_ev_file_uobj, in ib_uverbs_get_async_event()
285 if (async_ev_file) in ib_uverbs_get_async_event()
286 uverbs_uobject_get(&async_ev_file->uobj); in ib_uverbs_get_async_event()
287 return async_ev_file; in ib_uverbs_get_async_event()