Home
last modified time | relevance | path

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

/drivers/ntb/test/
A Dntb_perf.c141 struct perf_ctx;
144 struct perf_ctx *perf;
169 struct perf_ctx *perf;
187 struct perf_ctx { struct
260 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 …]
/drivers/cxl/core/
A Dcdat.c645 struct cxl_perf_ctx *perf_ctx; in cxl_endpoint_gather_bandwidth() local
672 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