Searched defs:ib_uverbs_file (Results 1 – 1 of 1) sorted by relevance
136 struct ib_uverbs_file { struct137 struct kref ref;139 struct mutex ucontext_lock;144 struct ib_ucontext *ucontext;146 struct list_head list;155 spinlock_t uobjects_lock;156 struct list_head uobjects;158 struct mutex umap_lock;159 struct list_head umaps;160 struct page *disassociate_page;[all …]
Completed in 4 milliseconds