Home
last modified time | relevance | path

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

/qemu/migration/
H A Dmultifd.c924 int thread_count, ret = 0; in multifd_send_setup() local
933 thread_count = migrate_multifd_channels(); in multifd_send_setup()
935 multifd_send_state->params = g_new0(MultiFDSendParams, thread_count); in multifd_send_setup()
942 for (i = 0; i < thread_count; i++) { in multifd_send_setup()
973 for (i = 0; i < thread_count; i++) { in multifd_send_setup()
981 for (i = 0; i < thread_count; i++) { in multifd_send_setup()
1176 int thread_count = migrate_multifd_channels(); in multifd_recv_sync_main() local
1189 for (i = 0; i < thread_count; i++) { in multifd_recv_sync_main()
1206 for (i = 0; i < thread_count; i++) { in multifd_recv_sync_main()
1222 for (i = 0; i < thread_count; i++) { in multifd_recv_sync_main()
[all …]
/qemu/target/i386/kvm/
H A Dvmsr_energy.c302 unsigned int thread_count = 0; in vmsr_get_thread_ids() local
311 thread_ids = g_renew(pid_t, thread_ids, (thread_count + 1)); in vmsr_get_thread_ids()
312 thread_ids[thread_count] = tid; in vmsr_get_thread_ids()
313 thread_count++; in vmsr_get_thread_ids()
319 *num_threads = thread_count; in vmsr_get_thread_ids()
/qemu/include/hw/firmware/
H A Dsmbios.h208 uint8_t thread_count; member
/qemu/tests/qtest/
H A Dbios-tables-test.c661 uint8_t thread_count, expected_thread_count = data->smbios_thread_count; in smbios_cpu_test() local
686 thread_count = qtest_readb(data->qts, in smbios_cpu_test()
687 addr + offsetof(struct smbios_type_4, thread_count)); in smbios_cpu_test()
690 g_assert_cmpuint(thread_count, ==, expected_thread_count); in smbios_cpu_test()
/qemu/hw/smbios/
H A Dsmbios.c716 t->thread_count = (threads_per_socket > 255) ? 0xFF : threads_per_socket; in smbios_build_type_4_table()
724 } else if (t->core_count == 0xFF || t->thread_count == 0xFF) { in smbios_build_type_4_table()
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2484 self.add_field('thread_count', u.unpack_one("B"))