Searched refs:async_ev_file (Results 1 – 1 of 1) sorted by relevance
288 struct ib_uverbs_async_event_file *async_ev_file; in ib_uverbs_get_async_event() local292 async_ev_file = READ_ONCE(attrs->ufile->default_async_file); in ib_uverbs_get_async_event()294 async_ev_file = container_of(async_ev_file_uobj, in ib_uverbs_get_async_event()297 if (async_ev_file) in ib_uverbs_get_async_event()298 uverbs_uobject_get(&async_ev_file->uobj); in ib_uverbs_get_async_event()299 return async_ev_file; in ib_uverbs_get_async_event()