Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c78 edge = qos_graph_get_edge(machine, driver); in check_contains()
90 edge = qos_graph_get_edge(machine, interface); in check_produces()
103 edge = qos_graph_get_edge(interface, driver); in check_consumes()
132 edge = qos_graph_get_edge(interface, full_name); in check_test()
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h120 QOSGraphEdge *qos_graph_get_edge(const char *node, const char *dest);
H A Dqos_external.c121 edge = qos_graph_get_edge(path[current - 1], path[current]); in allocate_objects()
H A Dqgraph.c468 QOSGraphEdge *qos_graph_get_edge(const char *node, const char *dest) in qos_graph_get_edge() function
/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c144 edge = qos_graph_get_edge(path->name, node_name); in walk_path()
/openbmc/qemu/tests/qtest/
H A Dqos-test.c268 edge = qos_graph_get_edge(path->name, node_name); in walk_path()