Searched defs:ib_uverbs_file (Results 1 – 1 of 1) sorted by relevance
155 struct ib_uverbs_file { struct156 struct kref ref;157 struct ib_uverbs_device *device;158 struct mutex ucontext_lock;163 struct ib_ucontext *ucontext;164 struct ib_uverbs_async_event_file *default_async_file;165 struct list_head list;173 struct rw_semaphore hw_destroy_rwsem;174 spinlock_t uobjects_lock;175 struct list_head uobjects;[all …]