Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-qgraph.c54 g_assert_cmpint(qos_graph_has_node(interface), ==, TRUE); in check_interface()
69 g_assert_cmpint(qos_graph_has_node(machine), ==, TRUE); in check_machine()
114 g_assert_cmpint(qos_graph_has_node(driver), ==, TRUE); in check_driver()
130 g_assert_cmpint(qos_graph_has_node(full_name), ==, TRUE); in check_test()
/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h96 bool qos_graph_has_node(const char *node);
H A Dqgraph.c444 bool qos_graph_has_node(const char *node) in qos_graph_has_node() function