Home
last modified time | relevance | path

Searched refs:usp_xa (Results 1 – 1 of 1) sorted by relevance

/drivers/cxl/core/
A Dcdat.c633 struct xarray *usp_xa, in cxl_endpoint_gather_bandwidth() argument
672 perf_ctx = xa_load(usp_xa, index); in cxl_endpoint_gather_bandwidth()
993 kzalloc(sizeof(*usp_xa), GFP_KERNEL); in cxl_region_shared_upstream_bandwidth_update()
995 if (!usp_xa) in cxl_region_shared_upstream_bandwidth_update()
998 xa_init(usp_xa); in cxl_region_shared_upstream_bandwidth_update()
1029 free_perf_xa(usp_xa); in cxl_region_shared_upstream_bandwidth_update()
1030 usp_xa = working_xa; in cxl_region_shared_upstream_bandwidth_update()
1038 free_perf_xa(usp_xa); in cxl_region_shared_upstream_bandwidth_update()
1039 usp_xa = working_xa; in cxl_region_shared_upstream_bandwidth_update()
1045 free_perf_xa(usp_xa); in cxl_region_shared_upstream_bandwidth_update()
[all …]

Completed in 5 milliseconds