Searched refs:cpu_ht (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/plugins/ |
H A D | core.c | 84 g_hash_table_foreach(plugin.cpu_ht, plugin_cpu_update__locked, NULL); in plugin_unregister_cb__locked() 188 g_hash_table_foreach(plugin.cpu_ht, plugin_cpu_update__locked, in do_plugin_register_cb() 271 success = g_hash_table_insert(plugin.cpu_ht, &cpu->cpu_index, in qemu_plugin_vcpu_init__async() 294 success = g_hash_table_remove(plugin.cpu_ht, &cpu->cpu_index); in qemu_plugin_vcpu_exit_hook() 323 g_hash_table_foreach(plugin.cpu_ht, plugin_vcpu_for_each, &args); in qemu_plugin_vcpu_for_each() 734 plugin.cpu_ht = g_hash_table_new(g_int_hash, g_int_equal); in plugin_init()
|
H A D | plugin.h | 33 GHashTable *cpu_ht; member
|