Searched refs:perf_ctx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/ntb/test/ |
| H A D | ntb_perf.c | 141 struct perf_ctx; 144 struct perf_ctx *perf; 169 struct perf_ctx *perf; 187 struct perf_ctx { struct 205 int (*cmd_recv)(struct perf_ctx *perf, int *pidx, enum perf_cmd *cmd, argument 247 static void perf_terminate_test(struct perf_ctx *perf); 260 struct perf_ctx *perf = peer->perf; in perf_spad_cmd_send() 304 static int perf_spad_cmd_recv(struct perf_ctx *perf, int *pidx, in perf_spad_cmd_recv() 351 struct perf_ctx *perf = peer->perf; in perf_msg_cmd_send() 393 static int perf_msg_cmd_recv(struct perf_ctx *perf, int *pidx, in perf_msg_cmd_recv() [all …]
|
| /linux/drivers/cxl/core/ |
| H A D | cdat.c | 642 struct cxl_perf_ctx *perf_ctx; in cxl_endpoint_gather_bandwidth() local 669 perf_ctx = xa_load(usp_xa, index); in cxl_endpoint_gather_bandwidth() 670 if (!perf_ctx) { in cxl_endpoint_gather_bandwidth() 672 kzalloc_obj(*perf_ctx); in cxl_endpoint_gather_bandwidth() 679 perf_ctx = no_free_ptr(c); in cxl_endpoint_gather_bandwidth() 680 perf_ctx->port = parent_port; in cxl_endpoint_gather_bandwidth() 718 cxl_bandwidth_add(perf_ctx->coord, perf_ctx->coord, ep_coord); in cxl_endpoint_gather_bandwidth()
|