Searched defs:ib_uverbs_file (Results 1 – 1 of 1) sorted by relevance
140 struct ib_uverbs_file { struct141 struct kref ref;142 struct ib_uverbs_device *device;143 struct mutex ucontext_lock;148 struct ib_ucontext *ucontext;149 struct ib_uverbs_async_event_file *async_file;150 struct list_head list;158 struct rw_semaphore hw_destroy_rwsem;159 spinlock_t uobjects_lock;160 struct list_head uobjects;[all …]