Searched refs:qos_graph_get_node (Results 1 – 6 of 6) sorted by relevance
53 g_assert_nonnull(qos_graph_get_node(interface)); in check_interface()65 g_assert_nonnull(qos_graph_get_node(machine)); in check_machine()113 g_assert_nonnull(qos_graph_get_node(driver)); in check_driver()129 g_assert_nonnull(qos_graph_get_node(full_name)); in check_test()176 g_assert_null(qos_graph_get_node(MACHINE_PC)); in test_contains()177 g_assert_null(qos_graph_get_node(I440FX)); in test_contains()195 g_assert_null(qos_graph_get_node(MACHINE_PC)); in test_produces()196 g_assert_nonnull(qos_graph_get_node(I440FX)); in test_produces()214 g_assert_null(qos_graph_get_node(I440FX)); in test_consumes()215 g_assert_nonnull(qos_graph_get_node(SDHCI)); in test_consumes()
80 test_node = qos_graph_get_node(path[(g_strv_length(path) - 1)]); in qos_build_main_args()118 path = qos_graph_get_node(node_name); /* root */ in walk_path()125 path = qos_graph_get_node(node_name); in walk_path()
102 node = qos_graph_get_node(path[current]); in allocate_objects()122 node = qos_graph_get_node(path[current]); in allocate_objects()
90 QOSGraphNode *qos_graph_get_node(const char *key);
439 QOSGraphNode *qos_graph_get_node(const char *key) in qos_graph_get_node() function736 QOSGraphNode *root = qos_graph_get_node(QOS_ROOT); in qos_graph_foreach_test_path()
171 test_node = qos_graph_get_node(path[(g_strv_length(path) - 1)]); in run_one_test()242 path = qos_graph_get_node(node_name); /* root */ in walk_path()249 path = qos_graph_get_node(node_name); in walk_path()