Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Duverbs.h305 struct ib_uverbs_async_event_file *async_ev_file; in ib_uverbs_get_async_event() local
309 async_ev_file = READ_ONCE(attrs->ufile->default_async_file); in ib_uverbs_get_async_event()
311 async_ev_file = container_of(async_ev_file_uobj, in ib_uverbs_get_async_event()
314 if (async_ev_file) in ib_uverbs_get_async_event()
315 uverbs_uobject_get(&async_ev_file->uobj); in ib_uverbs_get_async_event()
316 return async_ev_file; in ib_uverbs_get_async_event()