Home
last modified time | relevance | path

Searched refs:ib_uobject (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
Duverbs.h144 struct ib_uobject uobject;
150 struct ib_uobject uobject;
166 struct ib_uobject uobject;
185 void idr_remove_uobj(struct idr *idp, struct ib_uobject *uobj);
Duverbs_cmd.c88 static void init_uobj(struct ib_uobject *uobj, u64 user_handle, in init_uobj()
101 kfree_rcu(container_of(kref, struct ib_uobject, ref), rcu); in release_uobj()
104 static void put_uobj(struct ib_uobject *uobj) in put_uobj()
109 static void put_uobj_read(struct ib_uobject *uobj) in put_uobj_read()
115 static void put_uobj_write(struct ib_uobject *uobj) in put_uobj_write()
121 static int idr_add_uobj(struct idr *idr, struct ib_uobject *uobj) in idr_add_uobj()
138 void idr_remove_uobj(struct idr *idr, struct ib_uobject *uobj) in idr_remove_uobj()
145 static struct ib_uobject *__idr_get_uobj(struct idr *idr, int id, in __idr_get_uobj()
148 struct ib_uobject *uobj; in __idr_get_uobj()
163 static struct ib_uobject *idr_read_uobj(struct idr *idr, int id, in idr_read_uobj()
[all …]
Duverbs_main.c212 struct ib_uobject *uobj, *tmp; in ib_uverbs_cleanup_ucontext()
/linux-4.4.14/include/rdma/
Dib_verbs.h1266 struct ib_uobject { struct
1288 struct ib_uobject *uobject; argument
1305 struct ib_uobject *uobject;
1312 struct ib_uobject *uobject;
1323 struct ib_uobject *uobject;
1350 struct ib_uobject *uobject;
1360 struct ib_uobject *uobject;
1372 struct ib_uobject *uobject;
1502 struct ib_uobject *uobject;
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_uverbs.c257 struct ib_uobject *uobject; in ehca_mmap()
Dehca_qp.c962 struct ib_uobject *uobject);
2132 struct ib_uobject *uobject) in internal_destroy_qp()