Searched defs:ib_uobject (Results 1 – 2 of 2) sorted by relevance
141566 struct ib_uobject { struct141567 u64 user_handle;141568 struct ib_uverbs_file *ufile;141569 struct ib_ucontext *context;141570 void *object;141571 struct list_head list;141572 struct ib_rdmacg_object cg_obj;141573 int id;141574 struct kref ref;141575 atomic_t usecnt;[all …]
149216 struct ib_uobject { struct149217 u64 user_handle;149218 struct ib_uverbs_file *ufile;149219 struct ib_ucontext *context;149220 void *object;149221 struct list_head list;149222 struct ib_rdmacg_object cg_obj;149223 int id;149224 struct kref ref;149225 atomic_t usecnt;[all …]