Searched refs:async_ev_file (Results 1 - 1 of 1) sorted by path

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

Completed in 172 milliseconds