Searched refs:ib_uobject (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/infiniband/core/ |
D | uverbs.h | 137 struct ib_uobject uobject; 143 struct ib_uobject uobject; 159 struct ib_uobject uobject; 178 void idr_remove_uobj(struct idr *idp, struct ib_uobject *uobj);
|
D | uverbs_cmd.c | 86 static void init_uobj(struct ib_uobject *uobj, u64 user_handle, in init_uobj() 99 kfree(container_of(kref, struct ib_uobject, ref)); in release_uobj() 102 static void put_uobj(struct ib_uobject *uobj) in put_uobj() 107 static void put_uobj_read(struct ib_uobject *uobj) in put_uobj_read() 113 static void put_uobj_write(struct ib_uobject *uobj) in put_uobj_write() 119 static int idr_add_uobj(struct idr *idr, struct ib_uobject *uobj) in idr_add_uobj() 136 void idr_remove_uobj(struct idr *idr, struct ib_uobject *uobj) in idr_remove_uobj() 143 static struct ib_uobject *__idr_get_uobj(struct idr *idr, int id, in __idr_get_uobj() 146 struct ib_uobject *uobj; in __idr_get_uobj() 161 static struct ib_uobject *idr_read_uobj(struct idr *idr, int id, in idr_read_uobj() [all …]
|
D | uverbs_main.c | 207 struct ib_uobject *uobj, *tmp; in ib_uverbs_cleanup_ucontext()
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 1177 struct ib_uobject { struct 1197 struct ib_uobject *uobject; argument 1213 struct ib_uobject *uobject; 1220 struct ib_uobject *uobject; 1231 struct ib_uobject *uobject; 1258 struct ib_uobject *uobject; 1268 struct ib_uobject *uobject; 1277 struct ib_uobject *uobject; 1407 struct ib_uobject *uobject;
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_uverbs.c | 257 struct ib_uobject *uobject; in ehca_mmap()
|
D | ehca_qp.c | 962 struct ib_uobject *uobject); 2132 struct ib_uobject *uobject) in internal_destroy_qp()
|