Home
last modified time | relevance | path

Searched refs:rdma_restrack_get (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Drestrack.c255 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res) in rdma_restrack_get() function
259 EXPORT_SYMBOL(rdma_restrack_get); variable
278 if (!res || !rdma_restrack_get(res)) in rdma_restrack_get_byid()
H A Dcounters.c362 if (!rdma_restrack_get(res)) in get_running_counters_hwstat_sum()
H A Dnldev.c1399 if (idx < start || !rdma_restrack_get(res)) in res_get_common_dumpit()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Drestrack.c269 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res) in rdma_restrack_get() function
273 EXPORT_SYMBOL(rdma_restrack_get); variable
292 if (!res || !rdma_restrack_get(res)) in rdma_restrack_get_byid()
H A Dcounters.c404 if (!rdma_restrack_get(res)) in get_running_counters_hwstat_sum()
H A Dnldev.c776 if (!rdma_restrack_get(res)) in fill_res_srq_qps()
1571 if (idx < start || !rdma_restrack_get(res)) in res_get_common_dumpit()
/kernel/linux/linux-5.10/include/rdma/
H A Drestrack.h119 * rdma_restrack_get() - grab to protect resource from release
122 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res);
/kernel/linux/linux-6.6/include/rdma/
H A Drestrack.h131 * rdma_restrack_get() - grab to protect resource from release
134 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res);

Completed in 9 milliseconds