Lines Matching refs:rdma_restrack_entry
63 struct rdma_restrack_entry *e; in rdma_restrack_clean()
115 struct rdma_restrack_entry *e; in rdma_restrack_count()
127 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev()
159 static void rdma_restrack_attach_task(struct rdma_restrack_entry *res, in rdma_restrack_attach_task()
177 void rdma_restrack_set_name(struct rdma_restrack_entry *res, const char *caller) in rdma_restrack_set_name()
194 void rdma_restrack_parent_name(struct rdma_restrack_entry *dst, in rdma_restrack_parent_name()
195 const struct rdma_restrack_entry *parent) in rdma_restrack_parent_name()
210 void rdma_restrack_new(struct rdma_restrack_entry *res, in rdma_restrack_new()
223 void rdma_restrack_add(struct rdma_restrack_entry *res) in rdma_restrack_add()
269 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res) in rdma_restrack_get()
283 struct rdma_restrack_entry *
288 struct rdma_restrack_entry *res; in rdma_restrack_get_byid()
302 struct rdma_restrack_entry *res; in restrack_release()
304 res = container_of(kref, struct rdma_restrack_entry, kref); in restrack_release()
312 int rdma_restrack_put(struct rdma_restrack_entry *res) in rdma_restrack_put()
322 void rdma_restrack_del(struct rdma_restrack_entry *res) in rdma_restrack_del()
324 struct rdma_restrack_entry *old; in rdma_restrack_del()