Searched refs:usp_xa (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/cxl/core/ |
H A D | cdat.c | 626 struct xarray *usp_xa, in cxl_endpoint_gather_bandwidth() argument 666 perf_ctx = xa_load(usp_xa, index); in cxl_endpoint_gather_bandwidth() 673 ptr = xa_store(usp_xa, index, c, GFP_KERNEL); in cxl_endpoint_gather_bandwidth() 986 struct xarray *usp_xa __free(free_perf_xa) = in cxl_region_shared_upstream_bandwidth_update() 987 kzalloc(sizeof(*usp_xa), GFP_KERNEL); in cxl_region_shared_upstream_bandwidth_update() 989 if (!usp_xa) in cxl_region_shared_upstream_bandwidth_update() 992 xa_init(usp_xa); in cxl_region_shared_upstream_bandwidth_update() 999 rc = cxl_endpoint_gather_bandwidth(cxlr, cxled, usp_xa, &is_root); in cxl_region_shared_upstream_bandwidth_update() 1019 working_xa = cxl_switch_gather_bandwidth(cxlr, usp_xa, in cxl_region_shared_upstream_bandwidth_update() 1023 free_perf_xa(usp_xa); in cxl_region_shared_upstream_bandwidth_update() [all …]
|