Lines Matching defs:context
87 struct ib_ucontext *context, struct uverbs_lock_class *c) in init_uobj()
144 struct ib_ucontext *context) in __idr_get_uobj()
162 struct ib_ucontext *context, int nested) in idr_read_uobj()
183 struct ib_ucontext *context) in idr_write_uobj()
200 static void *idr_read_obj(struct idr *idr, int id, struct ib_ucontext *context, in idr_read_obj()
209 static struct ib_pd *idr_read_pd(int pd_handle, struct ib_ucontext *context) in idr_read_pd()
219 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested) in idr_read_cq()
229 static struct ib_ah *idr_read_ah(int ah_handle, struct ib_ucontext *context) in idr_read_ah()
239 static struct ib_qp *idr_read_qp(int qp_handle, struct ib_ucontext *context) in idr_read_qp()
244 static struct ib_qp *idr_write_qp(int qp_handle, struct ib_ucontext *context) in idr_write_qp()
262 static struct ib_srq *idr_read_srq(int srq_handle, struct ib_ucontext *context) in idr_read_srq()
272 static struct ib_xrcd *idr_read_xrcd(int xrcd_handle, struct ib_ucontext *context, in idr_read_xrcd()