Searched defs:ib_uverbs_file (Results 1 – 1 of 1) sorted by relevance
136 struct ib_uverbs_file { struct137 struct kref ref;138 struct ib_uverbs_device *device;139 struct mutex ucontext_lock;144 struct ib_ucontext *ucontext;145 struct ib_uverbs_async_event_file *default_async_file;146 struct list_head list;154 struct rw_semaphore hw_destroy_rwsem;155 spinlock_t uobjects_lock;156 struct list_head uobjects;[all …]