Searched defs:ib_uverbs_file (Results 1 – 1 of 1) sorted by relevance
155 struct ib_uverbs_file { struct156 struct kref ref;158 struct mutex ucontext_lock;165 struct list_head list;174 spinlock_t uobjects_lock;175 struct list_head uobjects;177 struct mutex umap_lock;178 struct list_head umaps;179 struct page *disassociate_page;181 struct xarray idr;[all …]
Completed in 6 milliseconds