Searched refs:perf_ctx (Results 1 – 2 of 2) sorted by relevance
141 struct perf_ctx;144 struct perf_ctx *perf;169 struct perf_ctx *perf;187 struct perf_ctx { struct260 struct perf_ctx *perf = peer->perf; in perf_spad_cmd_send()484 struct perf_ctx *perf = ctx; in perf_link_event()506 struct perf_ctx *perf = ctx; in perf_db_event()517 struct perf_ctx *perf = ctx; in perf_msg_event()861 struct perf_ctx *perf = data; in perf_dma_filter()1390 struct perf_ctx *perf; in perf_create_data()[all …]
645 struct cxl_perf_ctx *perf_ctx; in cxl_endpoint_gather_bandwidth() local672 perf_ctx = xa_load(usp_xa, index); in cxl_endpoint_gather_bandwidth()673 if (!perf_ctx) { in cxl_endpoint_gather_bandwidth()675 kzalloc(sizeof(*perf_ctx), GFP_KERNEL); in cxl_endpoint_gather_bandwidth()682 perf_ctx = no_free_ptr(c); in cxl_endpoint_gather_bandwidth()683 perf_ctx->port = parent_port; in cxl_endpoint_gather_bandwidth()721 cxl_bandwidth_add(perf_ctx->coord, perf_ctx->coord, ep_coord); in cxl_endpoint_gather_bandwidth()
Completed in 8 milliseconds