Searched refs:rdma_restrack_entry (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/infiniband/core/ |
H A D | restrack.c | 68 struct rdma_restrack_entry *e; in rdma_restrack_count() 83 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev() 115 static void rdma_restrack_attach_task(struct rdma_restrack_entry *res, in rdma_restrack_attach_task() 133 void rdma_restrack_set_name(struct rdma_restrack_entry *res, const char *caller) in rdma_restrack_set_name() 150 void rdma_restrack_parent_name(struct rdma_restrack_entry *dst, in rdma_restrack_parent_name() 151 const struct rdma_restrack_entry *parent) in rdma_restrack_parent_name() 166 void rdma_restrack_new(struct rdma_restrack_entry *res, in rdma_restrack_new() 179 void rdma_restrack_add(struct rdma_restrack_entry *res) in rdma_restrack_add() 228 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res) in rdma_restrack_get() 242 struct rdma_restrack_entry * [all …]
|
H A D | restrack.h | 28 void rdma_restrack_add(struct rdma_restrack_entry *res); 29 void rdma_restrack_del(struct rdma_restrack_entry *res); 30 void rdma_restrack_new(struct rdma_restrack_entry *res, 32 void rdma_restrack_set_name(struct rdma_restrack_entry *res, 34 void rdma_restrack_parent_name(struct rdma_restrack_entry *dst, 35 const struct rdma_restrack_entry *parent);
|
H A D | nldev.c | 54 struct rdma_restrack_entry*, uint32_t); 463 struct rdma_restrack_entry *res) in fill_res_name_pid() 496 struct rdma_restrack_entry *res, in fill_res_qp_entry_query() 539 struct rdma_restrack_entry *res, uint32_t port) in fill_res_qp_entry() 568 struct rdma_restrack_entry *res, uint32_t port) in fill_res_qp_raw_entry() 581 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cm_id_entry() 633 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cq_entry() 667 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cq_raw_entry() 678 struct rdma_restrack_entry *res, uint32_t port) in fill_res_mr_entry() 710 struct rdma_restrack_entry *res, uint32_t port) in fill_res_mr_raw_entry() [all …]
|
H A D | counters.c | 284 struct rdma_restrack_entry *res; in rdma_get_counter_auto_mode() 395 struct rdma_restrack_entry *res; in get_running_counters_hwstat_sum() 446 struct rdma_restrack_entry *res = NULL; in rdma_counter_get_qp() 467 struct rdma_restrack_entry *res; in rdma_get_counter_by_id()
|
H A D | cma_priv.h | 108 struct rdma_restrack_entry res;
|
H A D | cma.c | 151 struct rdma_cm_id *rdma_res_to_id(struct rdma_restrack_entry *res) in rdma_res_to_id()
|
/linux/include/rdma/ |
H A D | restrack.h | 68 struct rdma_restrack_entry { struct 128 static inline bool rdma_is_kernel_res(const struct rdma_restrack_entry *res) in rdma_is_kernel_res() argument 137 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res); 143 int rdma_restrack_put(struct rdma_restrack_entry *res); 160 struct rdma_restrack_entry *rdma_restrack_get_byid(struct ib_device *dev, 171 static inline void rdma_restrack_no_track(struct rdma_restrack_entry *res) in rdma_restrack_no_track() 175 static inline bool rdma_restrack_is_tracked(struct rdma_restrack_entry *res) in rdma_restrack_is_tracked()
|
H A D | rdma_counter.h | 36 struct rdma_restrack_entry res;
|
H A D | rdma_cm.h | 391 struct rdma_cm_id *rdma_res_to_id(struct rdma_restrack_entry *res);
|