Home
last modified time | relevance | path

Searched refs:node_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c59 static GHashTable *node_table; variable
135 if (g_hash_table_lookup(node_table, name)) { in create_node()
144 g_hash_table_insert(node_table, node->name, node); in create_node()
176 return g_hash_table_lookup(node_table, key); in search_node()
555 if (!node_table) { in qos_graph_init()
556 node_table = g_hash_table_new_full(g_str_hash, g_str_equal, in qos_graph_init()
569 if (node_table) { in qos_graph_destroy()
570 g_hash_table_destroy(node_table); in qos_graph_destroy()
577 node_table = NULL; in qos_graph_destroy()
583 g_hash_table_remove(node_table, key); in qos_node_destroy()
[all …]
/openbmc/linux/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh140 grep 00:00:00:00:00:00 /sys/kernel/debug/hsr/hsr*/node_table