Searched refs:usp_xa (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/cxl/core/ |
| H A D | cdat.c | 630 struct xarray *usp_xa, in cxl_endpoint_gather_bandwidth() argument 669 perf_ctx = xa_load(usp_xa, index); in cxl_endpoint_gather_bandwidth() 676 ptr = xa_store(usp_xa, index, c, GFP_KERNEL); in cxl_endpoint_gather_bandwidth() 989 struct xarray *usp_xa __free(free_perf_xa) = in cxl_region_shared_upstream_bandwidth_update() 990 kzalloc(sizeof(*usp_xa), GFP_KERNEL); in cxl_region_shared_upstream_bandwidth_update() 992 if (!usp_xa) in cxl_region_shared_upstream_bandwidth_update() 995 xa_init(usp_xa); in cxl_region_shared_upstream_bandwidth_update() 1002 rc = cxl_endpoint_gather_bandwidth(cxlr, cxled, usp_xa, &is_root); in cxl_region_shared_upstream_bandwidth_update() 1022 working_xa = cxl_switch_gather_bandwidth(cxlr, usp_xa, in cxl_region_shared_upstream_bandwidth_update() 1026 free_perf_xa(usp_xa); in cxl_region_shared_upstream_bandwidth_update() [all …]
|