Searched refs:ib_uobject (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h118 struct ib_uobject uobject;
129 struct ib_uobject uobject;
138 struct ib_uobject uobject;
152 void idr_remove_uobj(struct idr *idp, struct ib_uobject *uobj);
H A Duverbs_cmd.c61 * The ib_uobject locking scheme is as follows:
85 static void init_uobj(struct ib_uobject *uobj, u64 user_handle,
98 kfree(container_of(kref, struct ib_uobject, ref));
101 static void put_uobj(struct ib_uobject *uobj)
106 static void put_uobj_read(struct ib_uobject *uobj)
112 static void put_uobj_write(struct ib_uobject *uobj)
118 static int idr_add_uobj(struct idr *idr, struct ib_uobject *uobj)
136 void idr_remove_uobj(struct idr *idr, struct ib_uobject *uobj)
143 static struct ib_uobject *__idr_get_uobj(struct idr *idr, int id,
146 struct ib_uobject *uob
[all...]
H A Duverbs_main.c197 struct ib_uobject *uobj, *tmp;
/freebsd-10.2-release/sys/ofed/include/rdma/
H A Dib_verbs.h956 struct ib_uobject { struct
982 struct ib_uobject *uobject;
988 struct ib_uobject *uobject;
1000 struct ib_uobject *uobject;
1007 struct ib_uobject *uobject;
1018 struct ib_uobject *uobject;
1044 struct ib_uobject *uobject;
1055 struct ib_uobject *uobject;
1064 struct ib_uobject *uobject;

Completed in 117 milliseconds