Searched refs:rdma_restrack_entry (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/infiniband/core/ |
D | restrack.c | 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() [all …]
|
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);
|
D | nldev.c | 47 struct rdma_restrack_entry*, uint32_t); 429 struct rdma_restrack_entry *res) in fill_res_name_pid() 462 struct rdma_restrack_entry *res, in fill_res_qp_entry_query() 505 struct rdma_restrack_entry *res, uint32_t port) in fill_res_qp_entry() 534 struct rdma_restrack_entry *res, uint32_t port) in fill_res_qp_raw_entry() 547 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cm_id_entry() 599 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cq_entry() 633 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cq_raw_entry() 644 struct rdma_restrack_entry *res, uint32_t port) in fill_res_mr_entry() 676 struct rdma_restrack_entry *res, uint32_t port) in fill_res_mr_raw_entry() [all …]
|
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()
|
D | cma_priv.h | 108 struct rdma_restrack_entry res;
|
D | cma.c | 151 struct rdma_cm_id *rdma_res_to_id(struct rdma_restrack_entry *res) in rdma_res_to_id()
|
/linux-6.1.9/include/rdma/ |
D | restrack.h | 65 struct rdma_restrack_entry { struct 125 static inline bool rdma_is_kernel_res(const struct rdma_restrack_entry *res) in rdma_is_kernel_res() argument 134 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res); 140 int rdma_restrack_put(struct rdma_restrack_entry *res); 157 struct rdma_restrack_entry *rdma_restrack_get_byid(struct ib_device *dev, 168 static inline void rdma_restrack_no_track(struct rdma_restrack_entry *res) in rdma_restrack_no_track() 172 static inline bool rdma_restrack_is_tracked(struct rdma_restrack_entry *res) in rdma_restrack_is_tracked()
|
D | rdma_counter.h | 36 struct rdma_restrack_entry res;
|
D | rdma_cm.h | 392 struct rdma_cm_id *rdma_res_to_id(struct rdma_restrack_entry *res);
|
D | ib_verbs.h | 1510 struct rdma_restrack_entry res; 1551 struct rdma_restrack_entry res; 1609 struct rdma_restrack_entry res; 1634 struct rdma_restrack_entry res; 1804 struct rdma_restrack_entry res; 1838 struct rdma_restrack_entry res;
|