Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dqos_external.c125 g_assert(qos_graph_edge_get_type(edge) == QEDGE_CONSUMED_BY); in allocate_objects()
134 case QEDGE_CONSUMED_BY: in allocate_objects()
H A Dqgraph_internal.h42 QEDGE_CONSUMED_BY enumerator
H A Dqgraph.c310 case QEDGE_CONSUMED_BY: in qos_print_cb()
610 add_edge(interface, test_name, QEDGE_CONSUMED_BY, &opts->edge); in qos_add_test()
674 add_edge(interface, consumer, QEDGE_CONSUMED_BY, opts); in qos_node_consumes()
/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c105 QOSEdgeType etype = QEDGE_CONSUMED_BY; in walk_path()
133 if (path->command_line && etype == QEDGE_CONSUMED_BY) { in walk_path()
/openbmc/qemu/tests/qtest/
H A Dqos-test.c229 QOSEdgeType etype = QEDGE_CONSUMED_BY; in walk_path()
257 if (path->command_line && etype == QEDGE_CONSUMED_BY) { in walk_path()
/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c105 g_assert_cmpint(qos_graph_edge_get_type(edge), ==, QEDGE_CONSUMED_BY); in check_consumes()
135 QEDGE_CONSUMED_BY); in check_test()