Searched refs:QOSGraphNode (Results 1 – 7 of 7) sorted by relevance
| /qemu/tests/qtest/libqos/ |
| A D | qgraph.c | 51 QOSGraphNode *node; 140 QOSGraphNode *node = g_new0(QOSGraphNode, 1); in create_node() 155 QOSGraphNode *node = val; in destroy_node() 225 QOSGraphNode *n; in search_machine() 247 QOSGraphNode *interface; in create_interface() 396 QOSGraphNode *v, *dest_node, *path; in qos_traverse_graph() 446 QOSGraphNode *n = search_node(node); in qos_graph_has_node() 452 QOSGraphNode *n = search_node(node); in qos_graph_get_node_type() 594 QOSGraphNode *node; in qos_add_test() 707 QOSGraphNode *n; in qos_graph_node_set_availability() [all …]
|
| A D | qgraph_internal.h | 36 typedef void (*QOSTestCallback) (QOSGraphNode *path, int len); 54 struct QOSGraphNode { struct 90 QOSGraphNode *qos_graph_get_node(const char *key); 206 QOSGraphNode *qos_graph_get_machine(const char *node);
|
| A D | qgraph.h | 30 typedef struct QOSGraphNode QOSGraphNode; typedef 355 QOSGraphObject *qos_machine_new(QOSGraphNode *node, QTestState *qts); 366 QOSGraphObject *qos_driver_new(QOSGraphNode *node, QOSGraphObject *parent,
|
| A D | qos_external.c | 98 QOSGraphNode *node; in allocate_objects()
|
| /qemu/tests/qtest/fuzz/ |
| A D | qos_fuzz.c | 68 QOSGraphNode *test_node; in qos_build_main_args() 96 static void walk_path(QOSGraphNode *orig_path, int len) in walk_path() 98 QOSGraphNode *path; in walk_path()
|
| /qemu/tests/qtest/ |
| A D | qos-test.c | 162 QOSGraphNode *test_node; in run_one_test() 223 static void walk_path(QOSGraphNode *orig_path, int len) in walk_path() 225 QOSGraphNode *path; in walk_path()
|
| /qemu/tests/unit/ |
| A D | test-qgraph.c | 143 static void count_each_test(QOSGraphNode *path, int len) in count_each_test()
|
Completed in 14 milliseconds