Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph_internal.h80 QOSGraphEdge *path_edge;
120 QOSGraphEdge *qos_graph_get_edge(const char *node, const char *dest);
129 QOSEdgeType qos_graph_edge_get_type(QOSGraphEdge *edge);
138 char *qos_graph_edge_get_dest(QOSGraphEdge *edge);
153 void *qos_graph_edge_get_arg(QOSGraphEdge *edge);
163 char *qos_graph_edge_get_after_cmd_line(QOSGraphEdge *edge);
173 char *qos_graph_edge_get_before_cmd_line(QOSGraphEdge *edge);
183 char *qos_graph_edge_get_extra_device_opts(QOSGraphEdge *edge);
194 char *qos_graph_edge_get_name(QOSGraphEdge *edge);
H A Dqgraph.c30 struct QOSGraphEdge { struct
41 QSLIST_ENTRY(QOSGraphEdge) edge_list; argument
53 QOSGraphEdge *parent_edge;
92 QOSGraphEdge *edge = g_new0(QOSGraphEdge, 1); in add_edge()
111 QOSGraphEdge *temp; in destroy_edges()
202 QOSGraphEdge *tmp, *next; in search_list_edges()
326 QOSGraphEdge *e) in qos_push()
398 QOSGraphEdge *e, *next; in qos_traverse_graph()
681 QOSGraphEdge *e, *next; in qos_graph_node_set_availability_explicit()
706 QOSGraphEdge *e, *next; in qos_graph_node_set_availability()
[all …]
H A Dqgraph.h31 typedef struct QOSGraphEdge QOSGraphEdge; typedef
H A Dqos_external.c97 QOSGraphEdge *edge; in allocate_objects()
/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c75 QOSGraphEdge *edge; in check_contains()
86 QOSGraphEdge *edge; in check_produces()
99 QOSGraphEdge *edge; in check_consumes()
123 QOSGraphEdge *edge; in check_test()
/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c99 QOSGraphEdge *edge; in walk_path()
/openbmc/qemu/tests/qtest/
H A Dqos-test.c226 QOSGraphEdge *edge; in walk_path()