Searched refs:rdma_restrack_entry (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | restrack.c | 62 struct rdma_restrack_entry *e; in rdma_restrack_clean() 114 struct rdma_restrack_entry *e; in rdma_restrack_count() 126 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev() 156 static void rdma_restrack_attach_task(struct rdma_restrack_entry *res, in rdma_restrack_attach_task() 174 void rdma_restrack_set_name(struct rdma_restrack_entry *res, const char *caller) in rdma_restrack_set_name() 191 void rdma_restrack_parent_name(struct rdma_restrack_entry *dst, in rdma_restrack_parent_name() 192 const struct rdma_restrack_entry *parent) in rdma_restrack_parent_name() 207 void rdma_restrack_new(struct rdma_restrack_entry *res, in rdma_restrack_new() 220 void rdma_restrack_add(struct rdma_restrack_entry *res) in rdma_restrack_add() 255 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); 418 struct rdma_restrack_entry *res) in fill_res_name_pid() 451 struct rdma_restrack_entry *res, in fill_res_qp_entry_query() 494 struct rdma_restrack_entry *res, uint32_t port) in fill_res_qp_entry() 523 struct rdma_restrack_entry *res, uint32_t port) in fill_res_qp_raw_entry() 536 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cm_id_entry() 588 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cq_entry() 622 struct rdma_restrack_entry *res, uint32_t port) in fill_res_cq_raw_entry() 633 struct rdma_restrack_entry *res, uint32_t port) in fill_res_mr_entry() 665 struct rdma_restrack_entry *res, uint32_t port) in fill_res_mr_raw_entry() [all …]
|
D | counters.c | 225 struct rdma_restrack_entry *res; in rdma_get_counter_auto_mode() 353 struct rdma_restrack_entry *res; in get_running_counters_hwstat_sum() 404 struct rdma_restrack_entry *res = NULL; in rdma_counter_get_qp() 434 struct rdma_restrack_entry *res; in rdma_get_counter_by_id()
|
D | cma_priv.h | 98 struct rdma_restrack_entry res;
|
D | cma.c | 150 struct rdma_cm_id *rdma_res_to_id(struct rdma_restrack_entry *res) in rdma_res_to_id()
|
/kernel/linux/linux-5.10/include/rdma/ |
D | restrack.h | 61 struct rdma_restrack_entry { struct 113 static inline bool rdma_is_kernel_res(const struct rdma_restrack_entry *res) in rdma_is_kernel_res() argument 122 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res); 128 int rdma_restrack_put(struct rdma_restrack_entry *res); 145 struct rdma_restrack_entry *rdma_restrack_get_byid(struct ib_device *dev,
|
D | rdma_counter.h | 36 struct rdma_restrack_entry res;
|
D | rdma_cm.h | 378 struct rdma_cm_id *rdma_res_to_id(struct rdma_restrack_entry *res);
|
D | ib_verbs.h | 1490 struct rdma_restrack_entry res; 1531 struct rdma_restrack_entry res; 1589 struct rdma_restrack_entry res; 1775 struct rdma_restrack_entry res; 1809 struct rdma_restrack_entry res;
|