Home
last modified time | relevance | path

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

/linux/drivers/interconnect/
H A Dicc-kunit.c233 struct icc_path *path_cpu, *path_gpu; in icc_test_aggregation() local
241 path_cpu = icc_test_create_path(test, nodes_cpu, 3); in icc_test_aggregation()
247 icc_enable(path_cpu); in icc_test_aggregation()
250 ret = icc_set_bw(path_cpu, 1000, 1000); in icc_test_aggregation()
262 icc_test_destroy_path(test, path_cpu); in icc_test_aggregation()